lichao 3 سال پیش
والد
کامیت
b7084404c7
3فایلهای تغییر یافته به همراه7 افزوده شده و 3 حذف شده
  1. 3 3
      src/views/Warehousing/inStock/AddOrUpdate.vue
  2. 2 0
      src/views/finance/charge/index.vue
  3. 2 0
      src/views/finance/payment/index.vue

+ 3 - 3
src/views/Warehousing/inStock/AddOrUpdate.vue

@@ -5637,13 +5637,13 @@
                 <td>提单号</td>
                 <td colspan="2">{{ form.fMblno }}</td>
                 <td>清单号</td>
-                <td colspan="2">{{ form.fCustomsdeclartion }}</td>
+                <td colspan="2">{{ form.fCustomno }}</td>
               </tr>
               <tr>
                 <td>箱号</td>
                 <td colspan="2">{{ item.fCntrno }}</td>
                 <td>总箱量</td>
-                <td colspan="2">{{ item.fCntqty }}</td>
+                <td colspan="2">{{ allfCntqty }}</td>
               </tr>
               <tr>
                 <td>总件数</td>
@@ -5675,7 +5675,7 @@
                 <td>入库日期</td>
                 <td colspan="2">{{ item.fBsdate }}</td>
                 <td>仓管员</td>
-                <td colspan="2">{{ form.createBy }}</td>
+                <td colspan="2">{{ form.fStorekeeper | fStorekeeperFormat(userOptions) }}</td>
               </tr>
               <tr>
                 <td>出库日期</td>

+ 2 - 0
src/views/finance/charge/index.vue

@@ -3012,6 +3012,8 @@ export default {
         this.pass.fAmtdr = Number(this.pass.fAmtdr);
         this.pass.fAmtcr += Number(this.selection[item].fAmt);
         this.pass.fAmtdr += Number(this.selection[item].fAmtdr);
+        this.$set(this.selection[item], 'fSrcBillno', this.selection[item].fBillno);
+        this.$set(this.selection[item], 'fInvoiceNo', this.selection[item].invoiceNo);
       }
       // this.pass.fAmtcr.toFixed(2);
       if (this.state_s == true) {

+ 2 - 0
src/views/finance/payment/index.vue

@@ -3794,6 +3794,8 @@ export default {
         this.pass.fAmtdr = Number(this.pass.fAmtdr);
         this.pass.fAmtcr += Number(this.selection[item].fAmt);
         this.pass.fAmtdr += Number(this.selection[item].fAmtdr);
+        this.$set(this.selection[item], 'fSrcBillno', this.selection[item].fBillno);
+        this.$set(this.selection[item], 'fInvoiceNo', this.selection[item].invoiceNo);
       }
       if (this.state_s == true) {
         if (this.selection.length == "0") {