@@ -175,6 +175,7 @@
// console.log(e);
if(e.name){
(this as any).ruleForm = e;
+ (this as any).$set((this as any).ruleForm, 'thirdSysName', 'GEEKPLUS');
if((this as any).ruleForm.isThird==null){
(this as any).ruleForm.isThird = 0
};
@@ -455,6 +455,11 @@
label: '库存体积',
prop: 'stockVolume',
component: 'by-input',
+ compConfig: {
+ attr: {
+ type: "number",
+ },
+ }
},
{
labelWidth: '110px',
@@ -462,6 +467,11 @@
label: '库存数量上限',
prop: 'maxStockNumber',
@@ -469,6 +479,11 @@
label: '库存体积上限',
prop: 'maxStockVolume',
]