|  |  |  | 
|---|
|  |  |  | ]); | 
|---|
|  |  |  | const detail = ref({ | 
|---|
|  |  |  | cnName: "å
¥åºåæç»", | 
|---|
|  |  |  | table: "InboundOrderDetail", | 
|---|
|  |  |  | table: "MesPPBackInboundOrderDetail", | 
|---|
|  |  |  | columns: [ | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "id", | 
|---|
|  |  |  | title: "Id", | 
|---|
|  |  |  | type: "int", | 
|---|
|  |  |  | width: 90, | 
|---|
|  |  |  | hidden: true, | 
|---|
|  |  |  | readonly: true, | 
|---|
|  |  |  | require: true, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "orderId", | 
|---|
|  |  |  | title: "å
¥åºå主é®", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 90, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | hidden: true, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "materielCode", | 
|---|
|  |  |  | title: "ç©æç¼å·", | 
|---|
|  |  |  | type: "select", | 
|---|
|  |  |  | width: 150, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | edit: { type: "" }, | 
|---|
|  |  |  | required: true, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "materielName", | 
|---|
|  |  |  | title: "ç©æåç§°", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 100, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "materielSpec", | 
|---|
|  |  |  | title: "ç©æè§æ ¼", | 
|---|
|  |  |  | type: "select", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 100, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "batchNo", | 
|---|
|  |  |  | title: "æ¹æ¬¡å·", | 
|---|
|  |  |  | type: "decimal", | 
|---|
|  |  |  | width: 90, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | edit: { type: "" }, | 
|---|
|  |  |  | required: true, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "orderQuantity", | 
|---|
|  |  |  | title: "åæ®æ°é", | 
|---|
|  |  |  | type: "decimal", | 
|---|
|  |  |  | width: 90, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | edit: { type: "number" }, | 
|---|
|  |  |  | required: true, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "receiptQuantity", | 
|---|
|  |  |  | title: "ç»çæ°é", | 
|---|
|  |  |  | type: "int", | 
|---|
|  |  |  | width: 120, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "overInQuantity", | 
|---|
|  |  |  | title: "䏿¶æ°é", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 200, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "orderDetailStatus", | 
|---|
|  |  |  | title: "订åæç»ç¶æ", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 180, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | bind: { key: "orderDetailStatusEnum", data: [] }, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "creater", | 
|---|
|  |  |  | title: "å建人", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 90, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "createDate", | 
|---|
|  |  |  | title: "å建æ¶é´", | 
|---|
|  |  |  | type: "datetime", | 
|---|
|  |  |  | width: 160, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "modifier", | 
|---|
|  |  |  | title: "ä¿®æ¹äºº", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 100, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "modifyDate", | 
|---|
|  |  |  | title: "ä¿®æ¹æ¶é´", | 
|---|
|  |  |  | type: "datetime", | 
|---|
|  |  |  | width: 160, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "remark", | 
|---|
|  |  |  | title: "夿³¨", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 100, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | field: "id", | 
|---|
|  |  |  | title: "Id", | 
|---|
|  |  |  | type: "int", | 
|---|
|  |  |  | width: 90, | 
|---|
|  |  |  | hidden: true, | 
|---|
|  |  |  | readonly: true, | 
|---|
|  |  |  | require: true, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "orderId", | 
|---|
|  |  |  | title: "å
¥åºå主é®", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 90, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "materielCode", | 
|---|
|  |  |  | title: "ç©æç¼å·", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 150, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "materielName", | 
|---|
|  |  |  | title: "ç©æåç§°", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 150, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "materialLot", | 
|---|
|  |  |  | title: "æ¹æ¬¡å·", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 90, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "orderQuantity", | 
|---|
|  |  |  | title: "åæ®æ°é", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 90, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "receiptQuantity", | 
|---|
|  |  |  | title: "ç»çæ°é", | 
|---|
|  |  |  | type: "int", | 
|---|
|  |  |  | width: 120, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "overInQuantity", | 
|---|
|  |  |  | title: "䏿¶æ°é", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 120, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "orderDetailStatus", | 
|---|
|  |  |  | title: "订åæç»ç¶æ", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 120, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "cutedWidth", | 
|---|
|  |  |  | title: "è£å宽", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 100, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "unit", | 
|---|
|  |  |  | title: "åä½", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 50, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "productionDate", | 
|---|
|  |  |  | title: "çäº§æ¥æ", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 120, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "effectiveDate", | 
|---|
|  |  |  | title: "æææ¥æ", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 120, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "creater", | 
|---|
|  |  |  | title: "å建人", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 90, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "createDate", | 
|---|
|  |  |  | title: "å建æ¶é´", | 
|---|
|  |  |  | type: "datetime", | 
|---|
|  |  |  | width: 160, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "modifier", | 
|---|
|  |  |  | title: "ä¿®æ¹äºº", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 100, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "modifyDate", | 
|---|
|  |  |  | title: "ä¿®æ¹æ¶é´", | 
|---|
|  |  |  | type: "datetime", | 
|---|
|  |  |  | width: 160, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | field: "remark", | 
|---|
|  |  |  | title: "夿³¨", | 
|---|
|  |  |  | type: "string", | 
|---|
|  |  |  | width: 100, | 
|---|
|  |  |  | align: "left", | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | ], | 
|---|
|  |  |  | sortName: "id", | 
|---|
|  |  |  | key: "id", | 
|---|