|
@@ -136,7 +136,7 @@
|
|
|
</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-input v-model.trim="form.kdSupplierCode" :maxLength="50" allowClear placeholder="请输入ERP编码" />
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
@@ -291,7 +291,7 @@ export default {
|
|
|
deliveryCycle: '',
|
|
|
settleCycle: '',
|
|
|
cooperateFlag: undefined,
|
|
|
- erpCode:'',
|
|
|
+ kdSupplierCode:'',
|
|
|
busniessMode: '',
|
|
|
busniessScope: '',
|
|
|
buildDate: '',
|