doctor-admin-components 1.0.13-beta.46 → 1.0.13-beta.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1907,7 +1907,7 @@ export default {
|
|
|
1907
1907
|
}
|
|
1908
1908
|
|
|
1909
1909
|
// 是否已支付尾款
|
|
1910
|
-
if(!shipmentItem.generateInvoiceFlag && this.contract.contractType == '
|
|
1910
|
+
if(!shipmentItem.generateInvoiceFlag && this.contract.contractType == 'purchase') {
|
|
1911
1911
|
// 尾款发票待上传(英文:Balance Invoice to be updated)
|
|
1912
1912
|
shipTextArr.push(this.$t('contractDetail.balance_invoice_false'))
|
|
1913
1913
|
}
|