huang_an 2 yıl önce
ebeveyn
işleme
15b4f666a4

+ 6 - 6
src/views/ledgerAssets/equipment/components/equipment-list.vue

@@ -170,12 +170,12 @@
             showOverflowTooltip: true,
             minWidth: 110
           },
-          {
-            prop: 'codeNumber',
-            label: '编号',
-            showOverflowTooltip: true,
-            minWidth: 110
-          },
+          // {
+          //   prop: 'codeNumber',
+          //   label: '编号',
+          //   showOverflowTooltip: true,
+          //   minWidth: 110
+          // },
 
           {
             prop: 'category.modelType',

+ 2 - 2
src/views/ledgerAssets/equipment/edit.vue

@@ -360,13 +360,13 @@
                     placeholder="详细地址"
                     v-model="positionInfo.detailPosition"
                   ></el-input>
-                  <el-input
+                  <!-- <el-input
                     class="detail"
                     clearable
                     :maxlength="20"
                     v-model="form.locationDetail"
                     placeholder="请输入详细地址"
-                  />
+                  /> -->
                 </div>
               </el-form-item>
             </el-descriptions-item>

+ 15 - 0
src/views/ledgerAssets/mould/edit.vue

@@ -687,6 +687,21 @@
           // // 设备图片
           imageUrl: this.imageUrl || {}
         };
+        //============================
+        params.extInfo = {
+          ownershipGroupId: this.info.ownershipGroupId,
+          mouldCode: this.info.mouldCode,
+          fixCode: this.info.fixCode,
+          codeNumber: this.info.codeNumber,
+          cycs: this.info.cycs
+        };
+        let obj = {};
+        params.extInfoSelf.forEach((item) => {
+          obj[item.key] = item.value;
+        });
+        params.extInfoSelf = obj;
+        params = { ...params, ...params.extInfo };
+        //============================
         this.btnLoading = true;
         this.$refs['formCustom'].validate((valid) => {
           if (valid) {

+ 13 - 0
src/views/ledgerAssets/turnoverCar/edit.vue

@@ -303,6 +303,19 @@
               : this.info.positionList[0]
           // positionIds: typeof this.info.category.categoryLevelPathId == 'string'? this.info.category.categoryLevelPathId : JSON.parse(this.info.category.categoryLevelPathId).join(',')
         };
+        //============================
+        params.extInfo = {
+          ownershipGroupId: this.info.ownershipGroupId,
+          fixCode: this.info.fixCode,
+          codeNumber: this.info.codeNumber
+        };
+        let obj = {};
+        params.extInfoSelf.forEach((item) => {
+          obj[item.key] = item.value;
+        });
+        params.extInfoSelf = obj;
+        params = { ...params, ...params.extInfo };
+        //============================
         this.btnLoading = true;
         this.$refs['formCustom'].validate((valid) => {
           if (valid) {