@@ -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: '',