Commit 9299e2f5 authored by zhuli's avatar zhuli

# 检验项目调整

parent 2498b0db
......@@ -387,7 +387,7 @@
label="订单编号"
width="140"
align="center"
prop="sourceCode"
prop="salesVoucher"
/>
<el-table-column
label="产品编号"
......@@ -610,9 +610,9 @@
</el-form-item>
</el-col> -->
<el-col :span="8" v-if="form.orderSource == 'ORDER'">
<el-form-item label="订单编号" prop="sourceCode">
<el-form-item label="订单编号" prop="salesVoucher">
<el-input
v-model="form.sourceCode"
v-model="form.salesVoucher"
placeholder="请输入订单编号"
/>
</el-form-item>
......@@ -954,7 +954,7 @@ export default {
workorderName: null,
orderSource: null,
sapItemCode: null,
sourceCode: null,
// sourceCode: null,
productId: null,
productCode: null,
productName: null,
......@@ -1209,6 +1209,7 @@ export default {
quantityProduced: null,
quantityChanged: null,
quantityScheduled: null,
salesVoucher: null,
clientId: null,
clientCode: null,
clientName: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment