Browse Source

no message

linwenxin 8 months ago
parent
commit
cbbdd382ec

+ 12 - 2
src/views/auxiliaryFittings/auxiliaryDataManagement/auxiliaryPriceManagement/index.vue

@@ -84,15 +84,14 @@ export default {
         goodsId: '',
         goodsImage: '',
         goodsName: '',
-        goodsSalesConvertQty: '',
         goodsSalesUnit: '',
         goodsSpecification: '',
         goodsSpell: '',
         goodsStockUnit: '',
         goodsType: 'M',
-        manageWorkerStock: '',
         marketPrice: '',
         manageWorkerStock: 'YES',
+        goodsSalesConvertQty: 1,
         normAmount: '',
         normType: '',
         outWebsitAmount: '',
@@ -342,6 +341,17 @@ export default {
           }
         },
         {
+          md: 6,
+          isShow: true,
+          name: 'el-input',
+          attributes: { placeholder: '请输入', type: 'number' },
+          formItemAttributes: {
+            label: '单位转换系数',
+            prop: 'goodsSalesConvertQty',
+            rules: [...required]
+          }
+        },
+        {
           md: 24,
           isShow: true,
           name: 'el-input',