lilei hace 1 año
padre
commit
212178bc3a
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/views/supplierManagement/supplierInfo/edit.vue

+ 6 - 0
src/views/supplierManagement/supplierInfo/edit.vue

@@ -134,6 +134,11 @@
                     </a-radio-group>
                   </a-form-model-item>
                 </a-col>
+                <a-col :xs="24" :sm="24" :md="12" :lg="8" :xl="8">
+                  <a-form-model-item label="ERP编码">
+                    <a-input v-model.trim="form.erpCode" :maxLength="50" allowClear placeholder="请输入ERP编码" />
+                  </a-form-model-item>
+                </a-col>
               </a-row>
             </a-collapse-panel>
           </a-collapse>
@@ -286,6 +291,7 @@ export default {
         deliveryCycle: '',
         settleCycle: '',
         cooperateFlag: undefined,
+        erpCode:'',
         busniessMode: '',
         busniessScope: '',
         buildDate: '',