linwenxin vor 8 Monaten
Ursprung
Commit
3a3e46d928

+ 16 - 0
src/views/auxiliaryFittings/auxiliaryDataManagement/auxiliaryPriceManagement/index.vue

@@ -92,6 +92,7 @@ export default {
         goodsType: 'M',
         manageWorkerStock: '',
         marketPrice: '',
+        manageWorkerStock: 'YES',
         normAmount: '',
         normType: '',
         outWebsitAmount: '',
@@ -326,6 +327,21 @@ export default {
           }
         },
         {
+          md: 6,
+          isShow: true,
+          name: 'el-radio',
+          options: [
+            { label: '记', value: 'YES' },
+            { label: '不记', value: 'NO' }
+          ],
+          attributes: {},
+          formItemAttributes: {
+            label: '师傅库存',
+            prop: 'manageWorkerStock',
+            rules: [...required]
+          }
+        },
+        {
           md: 24,
           isShow: true,
           name: 'el-input',