001514 1 жил өмнө
parent
commit
bb7e0516ce

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

@@ -151,7 +151,7 @@
             </el-form-item>
          </el-col>
       </el-row>
-    
+
 
     <span>明细信息</span>
       <div class="btn_grooup">
@@ -160,8 +160,8 @@
         <el-button type="primary" size="mini" v-if="sonPageStu == 'check' || sonPageStu == 'edit'" @click="showReserved">货权预留单</el-button>
       </div>
 
-      <el-table 
-          :data="basicForm.puDemandItemList" 
+      <el-table
+          :data="basicForm.puDemandItemList"
           fit
           border
           max-height="350"
@@ -332,8 +332,8 @@
                 <el-input clearable :readonly="sonDisable" size="mini" v-model="scope.row.remark"/>
               </el-form-item>
             </template>
-          </el-table-column> 
-          <el-table-column show-overflow-tooltip label="采购备注" align="center"  prop="puRemark" width="150px"/>
+          </el-table-column>
+          <el-table-column show-overflow-tooltip label="采购备注" align="center"  prop="updateCause" width="150px"/>
           <!-- <el-table-column show-overflow-tooltip label="末级供应仓库存量" align="center"  prop="lastWarehouseQty" /> -->
           <el-table-column show-overflow-tooltip label="调拨占有量" align="center"  prop="allotQty" width="150px"/>
           <el-table-column show-overflow-tooltip label="最终净需求量" align="center"  prop="resDemandQty" width="150px">
@@ -700,8 +700,8 @@ export default {
       } else {
         this.isBDXQ = false
         this.BDZT = true
-        this.basicForm.puDemandItemList.forEach(item => { 
-          item.isReplenishment = 'N' 
+        this.basicForm.puDemandItemList.forEach(item => {
+          item.isReplenishment = 'N'
           item.additionalSupplier = null
           item.additionalSupplierName = null
         })
@@ -1028,7 +1028,7 @@ export default {
               // 详情时将收货仓库id赋值给stordocId
               // 如果业务类型为补单需求,则明细内补单供应商编码可以编辑
               if(this.basicForm.billType == 'BDXQ') {
-                 this.BDZT = false 
+                 this.BDZT = false
                  this.isBDXQ = true
               } else {
                  this.BDZT = true
@@ -1438,7 +1438,7 @@ export default {
       this.basicForm.puDemandItemList[this.tableIndex].transportationCondition = selection[0].transportationCondition
       this.basicForm.puDemandItemList[this.tableIndex].storageCondition = selection[0].storageCondition
       // 选中骨科耗材时候的物料,需求客户不必填
-      
+
     },
     // 明细行选择业务部门参照带出业务部门数据
     chooseDept(index, type, isPage, title) {
@@ -1616,7 +1616,7 @@ export default {
   margin: 20px 0;
   display: flex;
   justify-content: center;
-} 
+}
 .btn_grooup {
   margin-bottom: 10px;
   display: flex;
@@ -1638,4 +1638,4 @@ export default {
 ::v-deep .el-table__row > td {
   border: none;
 }
-</style>
+</style>