caojunjie 3 年之前
父節點
當前提交
9e22995bd7

+ 1 - 1
src/views/landTransportation/bulkCargo/detailPage.vue

@@ -2576,7 +2576,7 @@ export default {
       // this.tableData[scope.$index].tel = row.tel
       // this.tableData[scope.$index].address = row.storageAddr
       if (!scope.row.key) scope.row.key = 0
-      this.$set(this.tableData[scope.$index], 'corpName', row.cname)
+      this.$set(this.tableData[scope.$index], 'freightPlaceName', row.cname)
       // this.tableData[scope.$index].corpName = row.cname
       if (row.belongtoarea) {
         addressList(row.belongtoarea.split(',')[0]).then(res => {

+ 1 - 2
src/views/warehousing/cargoClearance/AddOrUpdate.vue

@@ -1088,8 +1088,7 @@ Navigation = false;
     <div style="display: flex; justify-content: flex-end; margin-top: 10px">
       <!-- 弹窗, 新增 / 修改 -->
       <add-or-update v-if="addOrUpdateVisible" ref="addOrUpdate" @refreshDataList="getDataList"></add-or-update>
-      <approval-comments v-if="addOrUpdateVisib" ref="ApprovalComments" @refreshDataList="returnData">
-      </approval-comments>
+      <approval-comments v-if="addOrUpdateVisib" ref="ApprovalComments" @refreshDataList="returnData"></approval-comments>
       <el-button type="primary" :disabled="approvalStatus" v-if="form.fBillstatus > 3"
                  @click="addOrUpdateHandle(form, 'f_billstatus')">查看审批</el-button>
       <el-button type="primary" v-if="approVal === true" @click="addOrUpdateHand(form, 'f_billstatus')">审批</el-button>

+ 2 - 1
src/views/warehousing/cargoClearance/index.vue

@@ -1280,7 +1280,8 @@ export default {
     },
     showAddOrUpdate(data) {
       if (data) {
-        this.getList();
+        //正式后要调用查询接口
+        // this.getList();
         this.pageShow = true;
         this.pageShow2 = false;
       }