Bladeren bron

Merge remote-tracking branch 'origin/master'

FengChaoYu 3 jaren geleden
bovenliggende
commit
fdb9b57e69
2 gewijzigde bestanden met toevoegingen van 13 en 2 verwijderingen
  1. 6 1
      src/views/supply/pickup/check.vue
  2. 7 1
      src/views/supply/price/modify_list.vue

+ 6 - 1
src/views/supply/pickup/check.vue

@@ -276,6 +276,7 @@ export default {
         status: 0,
         customerName: '',
         warehouse: '',
+        customerId:''
       },
       statusList: [
         { label: "未打单", value: 0 },
@@ -463,6 +464,7 @@ export default {
         this.screenForm.idCard = res.data[0].identity;
         this.screenForm.manId = res.data[0].id;
         this.screenForm.customerName = res.data[0].customerName
+        this.screenForm.customerId = res.data[0].customerId
         this.userList = res.data
         this.getListCustomer()
       });
@@ -476,6 +478,7 @@ export default {
         this.screenForm.idCard = userInfo[0].identity;
         this.screenForm.manId = userInfo[0].id;
         this.screenForm.customerName = userInfo[0].customerName
+        this.screenForm.customerId = userInfo[0].customerId
     },
 
     getListCustomer(){
@@ -492,13 +495,14 @@ export default {
 
     // 查询列表
     getList() {
+
+      console.log(this.screenForm.customerId);
       if (!this.screenForm.manId) {
         return this.$errorMsg("请先查询提货人信息");
       }
       if (!this.screenForm.warehouse) {
         return this.$errorMsg("请选择仓库");
       }
-
       this.listLoading = true;
 
       let params = {
@@ -509,6 +513,7 @@ export default {
         takerPhone: this.screenForm.phone,
         // customerName:this.screenForm.customerName,
         correspondId: this.screenForm.warehouse,
+        customerId:this.screenForm.customerId
       };
       getPickupList(params).then((res) => {
         this.dataList = res.data.records;

+ 7 - 1
src/views/supply/price/modify_list.vue

@@ -208,7 +208,13 @@
                 <span>{{scope.row.updPriceBillId}}</span>
               </template>
             </el-table-column>
-
+            <el-table-column
+              align="left"
+              label="备注"
+              prop="remark"
+              min-width="200"
+              show-overflow-tooltip
+            ></el-table-column>
             <el-table-column
               align="left"
               label="销售类型"