zouyu
2023-12-19 221cc610f407b71973013de281fd19f7fc909e52
	modified:   src/const/crud/customerOrder/customerOrderForm.js
已修改1个文件
56 ■■■■ 文件已修改
src/const/crud/customerOrder/customerOrderForm.js 56 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/const/crud/customerOrder/customerOrderForm.js
@@ -39,30 +39,6 @@
    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,
@@ -70,13 +46,13 @@
    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,
@@ -95,6 +71,30 @@
    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,