zhongtianhaoyuan 3 年之前
父節點
當前提交
23595ab889

+ 5 - 2
src/views/outboundManagement/weighingManagementNew.vue

@@ -776,13 +776,13 @@
         this.$refs.weightChild.openPort()
       },
 
-      listclick(row) {debugger
+      listclick(row) {
         this.id = row.id
         getweighing({
             id: row.id,
           })
           .toPromise()
-          .then((response) => {debugger
+          .then((response) => {
             this.weighingList = response
             // this.weighingList.grossWeight = this.weighingList.grossWeight * 1000
             // this.weighingList.tare = this.weighingList.tare * 1000
@@ -1578,6 +1578,9 @@
         console.log(this.warehouseCount)
         for (let i = 0; i < this.taskNolist.length; i++) {
           if (this.taskNolist[i].inOutTaskNo == e) {
+             this.weighingList.number = this.taskNolist[i].inOutTaskNo
+             this.weighingList.goodsName = this.taskNolist[i].goodsName
+             this.weighingList.tips = this.taskNolist[i].businessDescribe
             var data = this.taskNolist[i]
             if (this.taskNolist[i].contractNo) {
               // console.log(this.taskNolist[i])

+ 0 - 1
src/views/taskManagement/tranManagementLook.vue

@@ -230,7 +230,6 @@ export default {
       examinetran({ id: this.$route.query.id })
         .toPromise()
         .then((response) => {
-          
           this.checkList = response.tranType.split(',')
           this.deptBudgetList = response
           // for (let i = 0; i < this.deptBudgetList.tranProcessInfoList.length; i++) {