ysy 2 سال پیش
والد
کامیت
e62df4219a
2فایلهای تغییر یافته به همراه8 افزوده شده و 4 حذف شده
  1. 1 1
      src/views/saleOrder/index.vue
  2. 7 3
      src/views/saleOrder/salesToProduction.vue

+ 1 - 1
src/views/saleOrder/index.vue

@@ -131,7 +131,7 @@
           },
           {
             prop: 'productCode',
-            label: '物料编码',
+            label: '产品编码',
             align: 'center',
             showOverflowTooltip: true,
             minWidth: 140

+ 7 - 3
src/views/saleOrder/salesToProduction.vue

@@ -53,14 +53,18 @@
               form.sumOrderWeight
             }}</el-form-item>
           </el-col>
-          <el-col v-bind="styleResponsive ? { lg: 5, md: 12 } : { span: 5 }">
+          <el-col v-bind="styleResponsive ? { lg: 3, md: 12 } : { span: 3 }">
             <el-form-item label="物料编码:">{{
               form.productCode
             }}</el-form-item>
           </el-col>
-          <el-col v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }">
-            <el-form-item label="牌号|型号:">{{ form.brandNo }}|{{ form.model }}</el-form-item>
+          <el-col v-bind="styleResponsive ?  { lg: 3, md: 12 } : { span: 3 }">
+            <el-form-item label="牌号:">{{ form.brandNo }}</el-form-item>
           </el-col>
+          <el-col v-bind="styleResponsive ?  { lg: 5, md: 12 } : { span: 5 }">
+            <el-form-item label="型号:">{{ form.model }}</el-form-item>
+          </el-col>
+
           <el-col v-bind="styleResponsive ? { lg: 3, md: 12 } : { span: 3 }">
             <el-form-item label="库存数量:">{{
               form.stockCountBase