Przeglądaj źródła

feat: 收发明细型号和客户

liujt 1 miesiąc temu
rodzic
commit
001ff8b6f4

+ 4 - 4
src/views/warehouseManagement/statisticalReports/transceiverDetails/add.vue

@@ -118,10 +118,10 @@
               </el-form-item>
             </el-col>
             <!-- <el-col :span="6">
-              <el-form-item label-width="90px" label="型号:" prop="categoryModel">
+              <el-form-item label-width="90px" label="型号:" prop="modelType">
                 <el-input
                   :disabled="isView"
-                  v-model="formData.categoryModel"
+                  v-model="formData.modelType"
                   placeholder="请输入"
                 ></el-input>
               </el-form-item>
@@ -358,14 +358,14 @@
             width: 120
           },
           {
-            prop: 'categoryModel',
+            prop: 'modelType',
             label: '型号',
             align: 'center',
             showOverflowTooltip: true,
             width: 120
           },
           {
-            prop: 'clientUser',
+            prop: 'clientName',
             label: '客户',
             align: 'center',
             showOverflowTooltip: true,