|
@@ -372,7 +372,7 @@
|
|
|
labelField: 'name',
|
|
|
valueField: 'laborCostId',
|
|
|
showSearch: true,
|
|
|
- placeholder: '请输入明细名称',
|
|
|
+ placeholder: `请输入${isJm ? '减免' : '明细'}名称`,
|
|
|
onChange: (value) => {
|
|
|
console.log('onchange', value, arguments);
|
|
|
},
|
|
@@ -437,6 +437,9 @@
|
|
|
}
|
|
|
const handleSubmit = async () => {
|
|
|
const params = await validate();
|
|
|
+ if(fileFlow.priceCount<0){
|
|
|
+ return createMessage.error('合计金额不能小于0');
|
|
|
+ }
|
|
|
try {
|
|
|
createConfirm({
|
|
|
iconType: 'warning',
|