gjy 3 年之前
父节点
当前提交
22d55da100
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/taskManagement/tranManagementTransportAdd.vue

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

@@ -947,7 +947,7 @@ export default {
       }
       }
       for (var i = 0; i < this.deptBudgetList.tranProcessInfoList.length; i++) {
       for (var i = 0; i < this.deptBudgetList.tranProcessInfoList.length; i++) {
         this.deptBudgetList.tranProcessInfoList[i].processNo =
         this.deptBudgetList.tranProcessInfoList[i].processNo =
-          this.deptBudgetList.taskNo + (i + 1)
+          this.deptBudgetList.taskNo +'-'+ (i + 1)
         if (
         if (
           new Date(
           new Date(
             this.deptBudgetList.tranProcessInfoList[i].deliveryDateStart
             this.deptBudgetList.tranProcessInfoList[i].deliveryDateStart