Browse Source

Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun-pc

ccjgmwz 3 years ago
parent
commit
20fd824294

+ 2 - 2
src/views/contractManagement/purchaseContractAdd.vue

@@ -445,9 +445,9 @@
 
 
       <ws-info-table>
       <ws-info-table>
         <!--已付款(元)-->
         <!--已付款(元)-->
-        <ws-form-item label="已付款(元)" span="1" prop="goodsNameKey">
+        <ws-form-item label="已付款(元)" span="1" prop="mildewGrain">
           <ws-input
           <ws-input
-            v-model="deptBudgetList.contractProcessInfo.goodsNameKey"
+            v-model="deptBudgetList.contractProcessInfo.mildewGrain"
             placeholder="请输入已付款(元)"
             placeholder="请输入已付款(元)"
             maxlength="100"
             maxlength="100"
             size="small"
             size="small"

+ 2 - 2
src/views/contractManagement/purchaseContractExamine.vue

@@ -189,8 +189,8 @@
       </div>
       </div>
       <ws-info-table>
       <ws-info-table>
          <!--已付款(元)-->
          <!--已付款(元)-->
-        <ws-form-item label="已付款(元)" span="1" prop="goodsNameKey">
-          {{deptBudgetList.contractProcessInfo.goodsNameKey}}
+        <ws-form-item label="已付款(元)" span="1" prop="mildewGrain">
+          {{deptBudgetList.contractProcessInfo.mildewGrain}}
         </ws-form-item>
         </ws-form-item>
         <ws-form-item label="已开发票(元)" span="1" prop="goodsName">
         <ws-form-item label="已开发票(元)" span="1" prop="goodsName">
           {{ deptBudgetList.contractProcessInfo.goodsName }}
           {{ deptBudgetList.contractProcessInfo.goodsName }}

+ 1 - 0
src/views/houseSelfCollect/inspectInfo.vue

@@ -92,6 +92,7 @@
                 :disabled="disabled" />
                 :disabled="disabled" />
             </ws-form-item>
             </ws-form-item>
             <ws-form-item label="水分(%)" span="1" prop="waterContent">
             <ws-form-item label="水分(%)" span="1" prop="waterContent">
+
               <ws-input type="number" @mousewheel.native.prevent style="padding-right:30px" v-model="inspect.waterContent" placeholder="请输入水分占比" maxlength="100" size="small"
               <ws-input type="number" @mousewheel.native.prevent style="padding-right:30px" v-model="inspect.waterContent" placeholder="请输入水分占比" maxlength="100" size="small"
                 @change="waterContentChange('water')" :disabled="disabled" />
                 @change="waterContentChange('water')" :disabled="disabled" />
                 <ws-input v-if='types==4' type="number" @mousewheel.native.prevent v-model="inspect.reWaterContent" placeholder="请输入水分占比" maxlength="100" size="small"
                 <ws-input v-if='types==4' type="number" @mousewheel.native.prevent v-model="inspect.reWaterContent" placeholder="请输入水分占比" maxlength="100" size="small"

+ 17 - 1
src/views/houseSelfCollect/inspectionManagement.vue

@@ -66,7 +66,19 @@
       <el-table-column prop="customerName" label="客户"></el-table-column>
       <el-table-column prop="customerName" label="客户"></el-table-column>
       <el-table-column prop="carNumber" label="车牌号"></el-table-column>
       <el-table-column prop="carNumber" label="车牌号"></el-table-column>
       <el-table-column prop="goodsName" label="货名"></el-table-column>
       <el-table-column prop="goodsName" label="货名"></el-table-column>
-      <el-table-column prop="waterContent" label="水分(%)"></el-table-column>
+      <el-table-column prop="waterContent" label="水分(%)" width="120">
+        <template scope="scope">
+          <span class="water-left">{{scope.row.waterContent}}</span> 
+          <span class="water-line">|</span> 
+          <span class="water-right">{{scope.row.reWaterContent ? scope.row.reWaterContent : '未复检' }}</span> 
+        </template>
+      </el-table-column>
+       <el-table-column prop="buckleMiscellaneous" label="扣杂">
+         <template scope="scope">
+           <div v-if="scope.row.paramType == 1"> <span>{{scope.row.buckleMiscellaneous}} | {{scope.row.reBuckleMiscellaneous ? scope.row.reBuckleMiscellaneous : '未复检'}}</span></div>
+         <!-- <div v-else>{{scope.row.reBuckleMiscellaneous}}</div> -->
+        </template>
+       </el-table-column>
        <el-table-column prop="type" label="类型"></el-table-column>
        <el-table-column prop="type" label="类型"></el-table-column>
       <el-table-column
       <el-table-column
         prop="tidalGrainPrice"
         prop="tidalGrainPrice"
@@ -368,4 +380,8 @@ export default {
 /deep/.el-dialog__body {
 /deep/.el-dialog__body {
   padding: 20px !important;
   padding: 20px !important;
 }
 }
+.water-left,.water-right{
+  width: 45%;
+  display: inline-block;
+}
 </style>
 </style>

+ 2 - 4
src/views/statisticalReport/stockPurchaseReceiptReportList.vue

@@ -645,8 +645,6 @@ export default {
     },
     },
     //定金
     //定金
     amendconfirm() {
     amendconfirm() {
-      this.contractManagementInfo.deposit = this.orderList.deposit 
-      this.contractManagementInfo.depositUrl = this.depositUrl
       this.$confirm(`确定提交定金信息?`, {
       this.$confirm(`确定提交定金信息?`, {
         cancelButtonText: '取消',
         cancelButtonText: '取消',
         confirmButtonText: '确定',
         confirmButtonText: '确定',
@@ -657,8 +655,7 @@ export default {
             this.contractManagementInfoList.id = this.contractNoList[i].id
             this.contractManagementInfoList.id = this.contractNoList[i].id
           }
           }
         }
         }
-         this.contractManagementInfoList.deposit = this.deposit
-        // this.$set(this.contractManagementInfoList,'deposit',this.deposit)
+        this.contractManagementInfoList.deposit = this.orderList.deposit 
         this.contractManagementInfoList.depositUrl = this.depositUrl
         this.contractManagementInfoList.depositUrl = this.depositUrl
         addDisOrRemarks(this.contractManagementInfoList)
         addDisOrRemarks(this.contractManagementInfoList)
           .toPromise()
           .toPromise()
@@ -1009,6 +1006,7 @@ export default {
           this.contractNoList = response
           this.contractNoList = response
           this.option = this.contractNoList
           this.option = this.contractNoList
        this.contractNo = this.option[0].contractNo
        this.contractNo = this.option[0].contractNo
+       this.contractchange(this.contractNo)
        this.getList()
        this.getList()
         })
         })
     },
     },

+ 2 - 2
src/views/statisticalReport/stockSaleOutReportList.vue

@@ -380,7 +380,7 @@
 				this.collectForm1 = true
 				this.collectForm1 = true
 			},
 			},
 			adoptRemarks() {
 			adoptRemarks() {
-				this.remarkInformation.remark = this.orderList.remark
+				// this.remarkInformation.remark = this.orderList.remark
 				this.$confirm(`确定要保存备注信息?`, {
 				this.$confirm(`确定要保存备注信息?`, {
 						confirmButtonText: '确定',
 						confirmButtonText: '确定',
 						cancelButtonText: '取消',
 						cancelButtonText: '取消',
@@ -392,7 +392,7 @@
 								this.remarkInformationList.id = this.contractNoList[i].id
 								this.remarkInformationList.id = this.contractNoList[i].id
 							}
 							}
 						}
 						}
-						this.remarkInformationList.remark = this.remark
+						this.remarkInformationList.remark = this.orderList.remark
 						disOrRemarks(this.remarkInformationList)
 						disOrRemarks(this.remarkInformationList)
 							.toPromise()
 							.toPromise()
 							.then(() => {
 							.then(() => {

+ 1 - 1
src/views/taskManagement/inOutWarehouseTaskEdit.vue

@@ -377,7 +377,7 @@
             <span v-if='!scope.row.approved'>驳回</span>
             <span v-if='!scope.row.approved'>驳回</span>
           </template>
           </template>
         </el-table-column>
         </el-table-column>
-        <el-table-column prop="createTime" label="审核时间"></el-table-column>
+        <el-table-column prop="endTime" label="审核时间"></el-table-column>
         <el-table-column prop="auditMind" label="驳回原因"></el-table-column>
         <el-table-column prop="auditMind" label="驳回原因"></el-table-column>
      </el-table>
      </el-table>
     </div>
     </div>

+ 2 - 2
src/views/taskManagement/moveWarehouseTask.vue

@@ -66,9 +66,9 @@
         </el-table-column>
         </el-table-column>
         <el-table-column prop="goodsName" label="货名"> </el-table-column>
         <el-table-column prop="goodsName" label="货名"> </el-table-column>
         <el-table-column prop="weight" label="重量(吨)"> </el-table-column>
         <el-table-column prop="weight" label="重量(吨)"> </el-table-column>
-        <el-table-column prop="weight" label="出库量(吨)">
+        <el-table-column prop="deliveryVolume" label="出库量(吨)">
         </el-table-column>
         </el-table-column>
-        <el-table-column prop="weightIn" label="入库量(吨)">
+        <el-table-column prop="storageVolume" label="入库量(吨)">
         </el-table-column>
         </el-table-column>
         <el-table-column prop="stockReturnCount" label="退库量(吨)">
         <el-table-column prop="stockReturnCount" label="退库量(吨)">
            <template slot-scope="scope">
            <template slot-scope="scope">