Kaynağa Gözat

修改运输问题

mxx 3 yıl önce
ebeveyn
işleme
d319eb2c3e

+ 1 - 1
src/views/houseSelfCollect/settlement.vue

@@ -497,7 +497,7 @@ export default {
           this.paymentList.base=(100-this.paymentList.qualityInspectionManagement.weightDeduction)/100
           this.paymentList.base = this.paymentList.base.toFixed(3)
           this.paymentList.pureWeight=this.paymentList.base*this.paymentList.weighingManagement.netWeight
-          this.paymentList.pureWeight =  this.paymentList.pureWeight.toFixed(2)
+          this.paymentList.pureWeight =  this.paymentList.pureWeight.toFixed(3)
           if(!this.paymentList.dryGrainPrice){
             this.paymentList.dryGrainPrice=this.paymentList.qualityInspectionManagement.tidalGrainPrice/this.paymentList.base
           }

+ 2 - 1
src/views/taskManagement/tranManagementWarehouseInOutTask.vue

@@ -356,7 +356,8 @@ export default {
       var text = ''
       if (
         (row.taskTypeKey == 3 && row.inOutType == '移库出库') ||
-        (row.taskTypeKey == 4 && row.inOutType == '销售出库')
+        (row.taskTypeKey == 4 && row.inOutType == '销售出库') ||
+        (row.taskTypeKey == 4 && row.inOutType == '退库')
       ) {
         text = '相同任务编号的任务将一并删除且不可恢复,是否确定删除?'
       } else {

+ 1 - 1
src/views/tranManagement/tranManagementTransporTrainNo.vue

@@ -307,7 +307,7 @@ export default {
     // handleClose() {
     //   this.dialogViewSpareMoney = false
     // },
-    add() {debugger
+    add() {
       this.deptBudgetList.tranCarInfoList.push({
         driver: this.deptBudgetList.tranCarInfoList[0].driver,
         driverPhone: this.deptBudgetList.tranCarInfoList[0].driverPhone,