|
@@ -60,6 +60,10 @@
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
|
|
|
+ <el-form-item label="供应商订单号" prop="plat_orderCode" label-width="120px">
|
|
|
+ <el-input placeholder="供应商订单号" v-model="ruleForm.plat_orderCode" />
|
|
|
+ </el-form-item>
|
|
|
+
|
|
|
<el-form-item label="附件" prop="fill_url">
|
|
|
<div v-if="ruleForm.fill_url" class="clearfix">
|
|
|
<a :href="ruleForm.fill_url" download="凭证文件">点击下载</a>
|
|
@@ -1161,6 +1165,7 @@ export default {
|
|
|
config,
|
|
|
gold_weight,
|
|
|
other_config,
|
|
|
+ plat_orderCode
|
|
|
} = data;
|
|
|
|
|
|
if (Number(gold_weight) !== 0) {
|
|
@@ -1169,6 +1174,7 @@ export default {
|
|
|
|
|
|
this.ruleForm = {
|
|
|
...ruleForm1,
|
|
|
+ plat_orderCode:plat_orderCode || "",
|
|
|
other_config: other_config || "",
|
|
|
gold_weight: gold_weight || "",
|
|
|
noble_metal: noble_metal || "",
|