feat: 供应商账单付款回显修改
This commit is contained in:
@@ -113,6 +113,7 @@ const refPayment = ref();
|
||||
function handlePayment(item) {
|
||||
if (item != 'all') {
|
||||
state.flowIdList = [item.id]
|
||||
state.allAmount = item.unPaidAmount
|
||||
} else {
|
||||
if( state.flowIdList.length <= 0 ){
|
||||
ElMessage({ type: "error", message: "请选择付款耗材" });
|
||||
|
||||
Reference in New Issue
Block a user