| | |
| | | :searchFormFields="searchFormFields" |
| | | :searchFormOptions="searchFormOptions" |
| | | :table="table" |
| | | :extend="extend" |
| | | :extend="extend" |
| | | > |
| | | </view-grid> |
| | | </template> |
| | |
| | | maxQty: "", |
| | | materielModel: "", |
| | | materielState: "", |
| | | goodStatusState: "", |
| | | // goodStatusState: "", |
| | | remark: "", |
| | | }); |
| | | |
| | |
| | | width: 100, |
| | | required: true, |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "ç«åºæä½åºåæ°", |
| | | field: "minQty", |
| | | type: "number", |
| | | width: 120, |
| | | width: 90, |
| | | required: true, |
| | | } |
| | | ], |
| | | [ |
| | | { |
| | | title: "ç«åºæä½åºåæ°", |
| | | field: "minQty", |
| | | type: "number", |
| | | width: 200, |
| | | required: true, |
| | | }, |
| | | // { |
| | | { |
| | | title: "ç«åºæé«åºåæ°", |
| | | field: "maxQty", |
| | | type: "number", |
| | | width: 120, |
| | | }, |
| | | ], |
| | | [ |
| | | // title: "ç«åºä¸å¡åºåæ°", |
| | | // field: "business_qty", |
| | | // type: "number", |
| | |
| | | // }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "ç«åºæé«åºåæ°", |
| | | field: "maxQty", |
| | | type: "number", |
| | | width: 120, |
| | | }, |
| | | |
| | | { |
| | | title: "ç©æç¶æ", |
| | | field: "materielState", |
| | |
| | | } |
| | | ], |
| | | [ |
| | | { |
| | | title: "ä¸åç¶æ", |
| | | field: "goodStatusState", |
| | | type: "select", |
| | | dataKey: "goodStatusState", |
| | | data: [], |
| | | required: true, |
| | | } |
| | | // { |
| | | // title: "ä¸åç¶æ", |
| | | // field: "goodStatusState", |
| | | // type: "select", |
| | | // dataKey: "goodStatusState", |
| | | // data: [], |
| | | // required: true, |
| | | // } |
| | | ], |
| | | [ |
| | | { |
| | |
| | | data: [], |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "ä¸åç¶æ", |
| | | field: "goodStatusState", |
| | | type: "select", |
| | | dataKey: "goodStatusState", |
| | | data: [], |
| | | }, |
| | | ], |
| | | // [ |
| | | // { |
| | | // title: "ä¸åç¶æ", |
| | | // field: "goodStatusState", |
| | | // type: "select", |
| | | // dataKey: "goodStatusState", |
| | | // data: [], |
| | | // }, |
| | | // ], |
| | | ]); |
| | | |
| | | const columns = ref([ |