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

调整部分字段

parent cf277f7b
...@@ -127,8 +127,8 @@ ...@@ -127,8 +127,8 @@
/* 是否开启工作流按钮 */ /* 是否开启工作流按钮 */
workFlow: false, workFlow: false,
/* 表格开启选择,以及记住选择 */ /* 表格开启选择,以及记住选择 */
showSelection: true, showSelection: false,
saveSelected: true saveSelected: false
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
...@@ -254,6 +254,7 @@ ...@@ -254,6 +254,7 @@
this.$prompt('请输入每包数量', '', { this.$prompt('请输入每包数量', '', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
inputValue:parseFloat(row.dzbsl),
inputValidator: (value) => { inputValidator: (value) => {
const pattern = /^[0-9]*$/; const pattern = /^[0-9]*$/;
if (pattern.test(value)) { if (pattern.test(value)) {
......
...@@ -50,7 +50,7 @@ mixins: [editMixin, editMixin_expand], ...@@ -50,7 +50,7 @@ mixins: [editMixin, editMixin_expand],
label: '库位', label: '库位',
prop: 'kwid', prop: 'kwid',
span: 24, span: 24,
"required": true, "required": false,
type: 'AuxInput', type: 'AuxInput',
typeConfig: { typeConfig: {
code: 'KWWHK', 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