diff --git a/pages/product/addGoods/singleSpecification.vue b/pages/product/addGoods/singleSpecification.vue index 3ffe109..b51bbb2 100644 --- a/pages/product/addGoods/singleSpecification.vue +++ b/pages/product/addGoods/singleSpecification.vue @@ -39,28 +39,28 @@ { id: 1, label: '售价', - type: 'input', + type: 'number', model: 'price', holder: '请填写售价' }, { id: 2, label: '成本价', - type: 'input', + type: 'number', holder: '请填写成本价', model: 'cost' }, { id: 3, label: '原价', - type: 'input', + type: 'number', holder: '请填写原价', model: 'ot_price' }, { id: 4, label: '库存', - type: 'input', + type: 'number', holder: '请填写库存', model: 'stock' } @@ -76,28 +76,28 @@ { id: 6, label: '重量', - type: 'input', + type: 'number', holder: '请输入重量', model: 'weight' }, { id: 7, label: '体积', - type: 'input', + type: 'number', holder: '请输入体积', model: 'volume' }, { id: 8, label: '佣金(一级)', - type: 'input', + type: 'number', holder: '请输入一级佣金', model: 'extension_one' }, { id: 8, label: '佣金(二级)', - type: 'input', + type: 'number', holder: '请输入二级佣金', model: 'extension_two' } diff --git a/pages/product/components/selectForm.vue b/pages/product/components/selectForm.vue index 35521bd..0dacb56 100644 --- a/pages/product/components/selectForm.vue +++ b/pages/product/components/selectForm.vue @@ -1,7 +1,7 @@