Browse Source

单证 - 发运明细 维护款号成分

liangy 2 năm trước cách đây
mục cha
commit
4cc180a078

+ 2 - 1
src/views/shipment-details/itemNumEleModal.vue

@@ -79,7 +79,8 @@ export default {
       loading: false, // 表格加载
       confirmLoading: false,
       itemNumEleModVis: false,
-      editItemNumber: {} // 编辑维护款号成分
+      editItemNumber: {}, // 编辑维护款号成分
+      record:{}
     }
   },
   // 接收父组件 方法

+ 7 - 7
src/views/shipment-details/referOrderDataModal.vue

@@ -139,7 +139,7 @@ export default {
           className: 'replacecolor'
         },
 
-         {
+        {
           title: '存货编码',
           dataIndex: 'inventoryCode',
           width: 220,
@@ -183,12 +183,12 @@ export default {
           className: 'replacecolor'
         },
 
-  {
-          title: '含税单价',
-          dataIndex: 'unitPriceIncludingTax',
-          width: 100,
-          className: 'replacecolor'
-        },
+        // {
+        //         title: '含税单价',
+        //         dataIndex: 'unitPriceIncludingTax',
+        //         width: 100,
+        //         className: 'replacecolor'
+        //       },
         {
           title: '含税单价',
           dataIndex: 'unitPriceIncludingTax',

+ 1 - 0
src/views/shipment-details/shipmentList.vue

@@ -552,6 +552,7 @@ export default {
     //  编辑
     edit(record) {
       this.$refs.editShipDetDrawer.visible = true
+      
       shipmentQueryById({ id: record.id }).then(res => {
         if (res.success) {
           // console.log('编辑对象', res.result)