modified: src/const/crud/customerOrder/customerOrderForm.js
| | |
| | | minWidth: 200, |
| | | span: 24 |
| | | }, { |
| | | label: '零件规格', |
| | | prop: 'customerPartSpec', |
| | | type: 'input', |
| | | cell: true, |
| | | minWidth: 200, |
| | | span: 24 |
| | | }, { |
| | | label: '制造属性', |
| | | prop: 'manufactureAttr', |
| | | cell: true, |
| | | type: 'select', |
| | | minWidth: 200, |
| | | span: 24, |
| | | dicData:[{ |
| | | label: '普通', |
| | | value: 'N' |
| | | },{ |
| | | label: '样品', |
| | | value: 'S' |
| | | },{ |
| | | label: '研发', |
| | | value: 'D' |
| | | }] |
| | | }, { |
| | | label: '产品名称', |
| | | prop: 'productName', |
| | | cell: true, |
| | |
| | | minWidth: 200, |
| | | span: 24 |
| | | }, { |
| | | label: '隶属品牌', |
| | | prop: 'productType', |
| | | cell: true, |
| | | label: '规格型号', |
| | | prop: 'customerPartSpec', |
| | | type: 'input', |
| | | cell: true, |
| | | minWidth: 200, |
| | | span: 24 |
| | | }, { |
| | | }, { |
| | | label: '单位', |
| | | prop: 'otcUnit', |
| | | slot: true, |
| | |
| | | span: 24, |
| | | rules:[{required:true,message:'类型必须是数字',trigger:'blur'}] |
| | | }, { |
| | | label: '制造属性', |
| | | prop: 'manufactureAttr', |
| | | cell: true, |
| | | type: 'select', |
| | | minWidth: 200, |
| | | span: 24, |
| | | dicData:[{ |
| | | label: '普通', |
| | | value: 'N' |
| | | },{ |
| | | label: '样品', |
| | | value: 'S' |
| | | },{ |
| | | label: '研发', |
| | | value: 'D' |
| | | }] |
| | | }, { |
| | | label: '隶属品牌', |
| | | prop: 'productType', |
| | | cell: true, |
| | | type: 'input', |
| | | minWidth: 200, |
| | | span: 24 |
| | | },{ |
| | | label: '收货地址', |
| | | prop: 'shippingAddress', |
| | | cell: true, |