Browse Source

no message

linwenxin 2 tháng trước cách đây
mục cha
commit
648f3f3928
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/workOrder/qualityFeedback/index.vue

+ 1 - 1
src/views/workOrder/qualityFeedback/index.vue

@@ -790,7 +790,7 @@ export default {
           formItemAttributes: {
             label: '外机条码',
             prop: 'waijitiaoma',
-            rules: []
+            rules: [101, 103, '101', '103'].includes(this.formData.mainId) ? [...required] : []
           },
           render: (h, { props, onInput }) => {
             return (