Browse Source

销售订单和采购订单删减入库类型字段

15102826049 1 month ago
parent
commit
a42bea4b2f

+ 17 - 17
jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue

@@ -453,23 +453,23 @@ export default {
           { title: '单价', key: 'unitPrice', width: '5%', type: FormTypes.inputNumber },
           { title: '金额', key: 'allPrice', width: '5%', type: FormTypes.inputNumber, statistics: true },
 
-          {
-            title: '实际入库数量',
-            key: 'actualQuantityInStorage',
-            width: '9%',
-            type: FormTypes.inputNumber,
-            validateRules: [{ required: true, message: '实际入库数量不能为空' }],
-          },
-          { title: '入库差异', key: 'warehousingVariance', width: '9%', type: FormTypes.input },
-          { title: '入库差异原因', key: 'reasonOfDifference', width: '9%', type: FormTypes.input },
-          {
-            title: '入库人',
-            key: 'warehousingUser',
-            width: '9%',
-            type: FormTypes.input,
-            validateRules: [{ required: true, message: '入库人不能为空' }],
-          },
-          { title: '入库时间', key: 'warehousingTime', width: '9%', type: FormTypes.date },
+          // {
+          //   title: '实际入库数量',
+          //   key: 'actualQuantityInStorage',
+          //   width: '9%',
+          //   type: FormTypes.inputNumber,
+          //   validateRules: [{ required: true, message: '实际入库数量不能为空' }],
+          // },
+          // { title: '入库差异', key: 'warehousingVariance', width: '9%', type: FormTypes.input },
+          // { title: '入库差异原因', key: 'reasonOfDifference', width: '9%', type: FormTypes.input },
+          // {
+          //   title: '入库人',
+          //   key: 'warehousingUser',
+          //   width: '9%',
+          //   type: FormTypes.input,
+          //   validateRules: [{ required: true, message: '入库人不能为空' }],
+          // },
+          // { title: '入库时间', key: 'warehousingTime', width: '9%', type: FormTypes.date },
 
           { title: '税率', key: 'taxRate', width: '4%', type: FormTypes.inputNumber, placeholder: '%' },
           {

+ 17 - 17
jshERP-web/src/views/bill/modules/SaleOrderModal.vue

@@ -435,23 +435,23 @@ export default {
           },
           { title: '价税合计', key: 'taxLastMoney', width: '7%', type: FormTypes.inputNumber, statistics: true },
 
-          {
-            title: '实际出库数量',
-            key: 'actualQuantityInStorage',
-            width: '9%',
-            type: FormTypes.inputNumber,
-            validateRules: [{ required: true, message: '实际入库数量不能为空' }],
-          },
-          { title: '出库差异', key: 'warehousingVariance', width: '9%', type: FormTypes.input },
-          { title: '出库差异原因', key: 'reasonOfDifference', width: '9%', type: FormTypes.input },
-          {
-            title: '出库人',
-            key: 'warehousingUser',
-            width: '9%',
-            type: FormTypes.input,
-            validateRules: [{ required: true, message: '出库人不能为空' }],
-          },
-          { title: '出库时间', key: 'warehousingTime', width: '9%', type: FormTypes.date },
+          // {
+          //   title: '实际出库数量',
+          //   key: 'actualQuantityInStorage',
+          //   width: '9%',
+          //   type: FormTypes.inputNumber,
+          //   validateRules: [{ required: true, message: '实际入库数量不能为空' }],
+          // },
+          // { title: '出库差异', key: 'warehousingVariance', width: '9%', type: FormTypes.input },
+          // { title: '出库差异原因', key: 'reasonOfDifference', width: '9%', type: FormTypes.input },
+          // {
+          //   title: '出库人',
+          //   key: 'warehousingUser',
+          //   width: '9%',
+          //   type: FormTypes.input,
+          //   validateRules: [{ required: true, message: '出库人不能为空' }],
+          // },
+          // { title: '出库时间', key: 'warehousingTime', width: '9%', type: FormTypes.date },
 
           { title: '备注', key: 'remark', width: '6%', type: FormTypes.input },
           { title: '关联id', key: 'linkId', width: '5%', type: FormTypes.hidden },