Commit cb457a2a authored by 李苏's avatar 李苏 💬

调整部分字段

parent cf277f7b
......@@ -127,8 +127,8 @@
/* 是否开启工作流按钮 */
workFlow: false,
/* 表格开启选择,以及记住选择 */
showSelection: true,
saveSelected: true
showSelection: false,
saveSelected: false
},
config: {
/* 基本配置*/
......@@ -254,6 +254,7 @@
this.$prompt('请输入每包数量', '', {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputValue:parseFloat(row.dzbsl),
inputValidator: (value) => {
const pattern = /^[0-9]*$/;
if (pattern.test(value)) {
......
......@@ -50,7 +50,7 @@ mixins: [editMixin, editMixin_expand],
label: '库位',
prop: 'kwid',
span: 24,
"required": true,
"required": false,
type: 'AuxInput',
typeConfig: {
code: 'KWWHK',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment