Selaa lähdekoodia

【采购订单维护、采购需求单】物料备注字段改变

002390 1 vuosi sitten
vanhempi
commit
565190a456

+ 3 - 3
src/views/purchase/PurchaseDemandList/add.vue

@@ -456,7 +456,7 @@
             resizable
             title="物料备注"
             align="center"
-            field="material_remark"
+            field="materialRemark"
             width="150px"
           />
           <ux-table-column
@@ -2714,7 +2714,7 @@ export default {
           }
         });
         // 2024.03.29 增加物料备注
-        this.basicForm.puDemandItemList[this.tableIndex].material_remark =
+        this.basicForm.puDemandItemList[this.tableIndex].materialRemark =
           selection[0].remark;
         this.basicForm.puDemandItemList[this.tableIndex].materialCode =
           selection[0].code;
@@ -2817,7 +2817,7 @@ export default {
           line.transportationCondition = selection[i].transportationCondition;
           line.storageCondition = selection[i].storageCondition;
           // 2024.03.29 增加物料备注
-          line.material_remark = selection[i].remark;
+          line.materialRemark = selection[i].remark;
           // this.basicForm.puDemandItemList.push(line)
           newLine.push(line);
         }

+ 4 - 4
src/views/purchase/purchase-order/add/column.js

@@ -442,7 +442,7 @@ const PurchaseTabColumns = [
           isDrug: 'isDrug',
           rateCode: "materialRateName",
           materialManufacturersCode: "materialManufacturersCode",
-          material_remark: "remark",
+          materialRemark: "remark",
         },
         queryParams: () => ({}),
         width: 180,
@@ -480,7 +480,7 @@ const PurchaseTabColumns = [
         readonly: true,
       },
       {
-        key: "material_remark",
+        key: "materialRemark",
         title: "物料备注",
         inputType: "Input",
         disabled: true,
@@ -1271,7 +1271,7 @@ const CauseTabColumns = [
           isDrug: 'isDrug',
           rateCode: "materialRateName",
           materialManufacturersCode: "materialManufacturersCode",
-          material_remark: "remark",
+          materialRemark: "remark",
         },
         queryParams: () => ({}),
       },
@@ -1308,7 +1308,7 @@ const CauseTabColumns = [
         readonly: true,
       },
       {
-        key: "material_remark",
+        key: "materialRemark",
         title: "物料备注",
         inputType: "Input",
         disabled: true,

+ 2 - 2
src/views/purchase/purchase-order/column.js

@@ -866,7 +866,7 @@ const PurTabColumns = [
         },
       },
       {
-        item: { key: "material_remark", title: "物料备注", width: 180, },
+        item: { key: "materialRemark", title: "物料备注", width: 180, },
         attr: {
           isHidden: true,
         },
@@ -1217,7 +1217,7 @@ const CommonTabColumns = [
         },
       },
       {
-        item: { key: "material_remark", title: "物料备注", width: 180, },
+        item: { key: "materialRemark", title: "物料备注", width: 180, },
         attr: {
           isHidden: true,
         },