|
|
@@ -152,6 +152,13 @@
|
|
|
<el-form-item prop="orderFiles" label="订单附件">
|
|
|
<fileMain v-model="form.orderFiles"></fileMain>
|
|
|
</el-form-item>
|
|
|
+ <el-form-item prop="productionRequirements" label="生产要求">
|
|
|
+ <el-input
|
|
|
+ clearable
|
|
|
+ v-model="form.productionRequirements"
|
|
|
+ placeholder="请输入"
|
|
|
+ />
|
|
|
+ </el-form-item>
|
|
|
</el-col>
|
|
|
|
|
|
<el-col :span="12">
|
|
|
@@ -635,6 +642,7 @@
|
|
|
settlementModeName: '分期付款',
|
|
|
partaUnifiedSocialCreditCode: '',
|
|
|
partbUnifiedSocialCreditCode: '',
|
|
|
+ productionRequirements: '',
|
|
|
partaAddress: '',
|
|
|
partaEmail: '',
|
|
|
partaFax: '',
|
|
|
@@ -1226,7 +1234,8 @@
|
|
|
this.form = Object.assign({}, this.form, {
|
|
|
contractId: obj.id,
|
|
|
contractName: obj.contractName,
|
|
|
- relationType:3
|
|
|
+ relationType:3,
|
|
|
+ productionRequirements:obj.productionRequirements,
|
|
|
});
|
|
|
this.getDetailData(obj.id);
|
|
|
this.$store.commit('order/setContractId', obj.id);
|