lilei 3 роки тому
батько
коміт
3dc4c88a9c

+ 1 - 1
src/views/financialManagement/companyReceivablePayable/collectionPayment.vue

@@ -8,7 +8,7 @@
           <p style=" display: inline-block;margin: 0 0 0 60px;color: #000;font-size: 16px;font-weight: 600;">客户:{{ $route.params.name || '--' }}</p>
         </template>
         <template slot="extra">
-          <Print :disabled="chooseLoadData.length==0" @handlePrint="handlePrint"></Print>
+          <Print :disabled="chooseLoadData.length==0||totalBalance==0" @handlePrint="handlePrint"></Print>
         </template>
       </a-page-header>
       <!-- 已选单据 -->

+ 1 - 1
src/views/purchasingManagement/purchaseReturnOutSync/detail.vue

@@ -31,7 +31,7 @@
               <a-descriptions-item label="总金额">{{ basicInfoData&&(basicInfoData.totalAmount || basicInfoData.totalAmount == 0) ? basicInfoData.totalAmount : '--' }}</a-descriptions-item>
               <a-descriptions-item label="是否抓单">{{ basicInfoData&&(basicInfoData.grabFlag) ? ['不抓单','抓单'][basicInfoData.grabFlag] : '--' }}</a-descriptions-item>
               <a-descriptions-item label="出库时间">{{ basicInfoData&&(basicInfoData.outStockTime || basicInfoData.outStockTime == 0) ? basicInfoData.outStockTime : '--' }}</a-descriptions-item>
-              <a-descriptions-item label="业务状态">{{ basicInfoData&&(basicInfoData.stateDictValue) ? basicInfoData.stateDictValue : '--' }}</a-descriptions-item>
+              <a-descriptions-item label="业务状态">{{ basicInfoData&&(basicInfoData.noSyncStateDictValue) ? basicInfoData.noSyncStateDictValue : '--' }}</a-descriptions-item>
             </a-descriptions>
           </a-collapse-panel>
         </a-collapse>