|
|
@ -174,6 +174,23 @@ const HeadButttondata = [ |
|
|
|
// }, |
|
|
|
] |
|
|
|
|
|
|
|
// /** |
|
|
|
// * 监听改变事件 |
|
|
|
// * @param field 当前操作字段 |
|
|
|
// * @param cur 改变后值 |
|
|
|
// */ |
|
|
|
// const onChangeArea = (field, cur) => { |
|
|
|
// console.log(field,cur); |
|
|
|
// if(field == "maxQty" && cur == "0"){ |
|
|
|
// Itemarea.allSchemas.formSchema.forEach((item) => { |
|
|
|
// if (item.field == 'allowIssueRequest') { |
|
|
|
// cur.value = "FALSE" |
|
|
|
// item.componentProps.disabled = true |
|
|
|
// }}) |
|
|
|
// } |
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
// 头部按钮事件 |
|
|
|
const buttonBaseClick = (val, item) => { |
|
|
|
if (val == 'add') { // 新增 |
|
|
|