Commit 9299e2f5 authored by zhuli's avatar zhuli

# 检验项目调整

parent 2498b0db
...@@ -387,7 +387,7 @@ ...@@ -387,7 +387,7 @@
label="订单编号" label="订单编号"
width="140" width="140"
align="center" align="center"
prop="sourceCode" prop="salesVoucher"
/> />
<el-table-column <el-table-column
label="产品编号" label="产品编号"
...@@ -610,9 +610,9 @@ ...@@ -610,9 +610,9 @@
</el-form-item> </el-form-item>
</el-col> --> </el-col> -->
<el-col :span="8" v-if="form.orderSource == 'ORDER'"> <el-col :span="8" v-if="form.orderSource == 'ORDER'">
<el-form-item label="订单编号" prop="sourceCode"> <el-form-item label="订单编号" prop="salesVoucher">
<el-input <el-input
v-model="form.sourceCode" v-model="form.salesVoucher"
placeholder="请输入订单编号" placeholder="请输入订单编号"
/> />
</el-form-item> </el-form-item>
...@@ -954,7 +954,7 @@ export default { ...@@ -954,7 +954,7 @@ export default {
workorderName: null, workorderName: null,
orderSource: null, orderSource: null,
sapItemCode: null, sapItemCode: null,
sourceCode: null, // sourceCode: null,
productId: null, productId: null,
productCode: null, productCode: null,
productName: null, productName: null,
...@@ -1209,6 +1209,7 @@ export default { ...@@ -1209,6 +1209,7 @@ export default {
quantityProduced: null, quantityProduced: null,
quantityChanged: null, quantityChanged: null,
quantityScheduled: null, quantityScheduled: null,
salesVoucher: null,
clientId: null, clientId: null,
clientCode: null, clientCode: null,
clientName: 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