| | |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | bind: { key: "returnStatus", data: [] }, |
| | | bind: { key: "takeStockStatusEnum", data: [] }, |
| | | }, |
| | | { |
| | | field: "warehouseId", |
| | |
| | | }, |
| | | ]); |
| | | const detail = ref({ |
| | | cnName: "éæåæç»", |
| | | table: "Dt_ReturnOrderDetail", |
| | | cnName: "çç¹æç»", |
| | | table: "Dt_TakeStockOrderDetail", |
| | | columns: [ |
| | | { |
| | | field: "id", |
| | |
| | | hidden: true, |
| | | }, |
| | | { |
| | | field: "takePalletCode", |
| | | title: "çç¹æç", |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | required: true, |
| | | }, |
| | | { |
| | | field: "takeDetalStatus", |
| | | title: "çç¹æç»ç¶æ", |
| | | type: "int", |
| | | width: 130, |
| | | align: "left", |
| | | bind: { key: "takeStockDetailStatusEnum", data: [] }, |
| | | }, |
| | | { |
| | | field: "materielCode", |
| | | title: "ç©æç¼ç ", |
| | | type: "string", |
| | | width: 90, |
| | | width: 110, |
| | | align: "left", |
| | | required: true, |
| | | edit: { type: "string" } |
| | | }, |
| | | { |
| | | field: "materielName", |
| | | title: "ç©æåç§°", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | required: true, |
| | | }, |
| | | { |
| | | field: "batchNo", |
| | | title: "æ¹æ¬¡å·", |
| | | type: "string", |
| | | width: 90, |
| | | width: 130, |
| | | align: "left", |
| | | required: true, |
| | | edit: { type: "string" } |
| | | }, |
| | | { |
| | | field: "materielSpec", |
| | | title: "ç©æåç§°", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | required: true, |
| | | }, |
| | | { |
| | | field: "sysQty", |
| | |
| | | align: "left", |
| | | required: true, |
| | | edit: { type: "decimal" } |
| | | }, |
| | | { |
| | | field: "materielName", |
| | | title: "ç©æåç§°", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left" |
| | | }, |
| | | { |
| | | field: "materielSpec", |
| | | title: "ç©æè§æ ¼", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "unit", |