Commit 72e3a538 authored by 张海景's avatar 张海景

update:提交刀模板申请单参数

parent 5c4731ac
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
</el-form> </el-form>
<el-divider content-position="center">刀模版申请详细</el-divider> <el-divider content-position="center">刀模版申请详细</el-divider>
<el-card shadow="always" class="box-card"> <el-card shadow="always" class="box-card">
<itemline ref="line" :quantity="form.requestNum" :toolRequestId="form.toolRequestId" :taskId="form.taskWorkunitId" :optType="optType" @sum="handleSumNum"></itemline> <itemline ref="line" :quantity="form.quantity" :toolRequestId="form.toolRequestId" :taskId="form.taskWorkunitId" :optType="optType" @sum="handleSumNum"></itemline>
</el-card> </el-card>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button v-if="!form.toolRequestId" type="primary" @click="submitForm"> </el-button> <el-button v-if="!form.toolRequestId" type="primary" @click="submitForm"> </el-button>
...@@ -477,6 +477,7 @@ export default { ...@@ -477,6 +477,7 @@ export default {
this.form.processId = row.processId this.form.processId = row.processId
this.form.startTime = row.startTime this.form.startTime = row.startTime
this.form.endTime = row.endTime this.form.endTime = row.endTime
this.form.quantity = row.quantity
this.form.arrangeCode = row.arrangeCode this.form.arrangeCode = row.arrangeCode
this.form.workunitName = row.workunitName this.form.workunitName = row.workunitName
}, },
......
...@@ -106,13 +106,13 @@ ...@@ -106,13 +106,13 @@
key="taskWorkunitId" key="taskWorkunitId"
prop="taskWorkunitId" prop="taskWorkunitId"
/> />
<el-table-column <!-- <el-table-column
label="排产数量" label="排产数量"
min-width="100" min-width="100"
align="center" align="center"
key="quantity" key="quantity"
prop="quantity" prop="quantity"
/> /> -->
<el-table-column <el-table-column
label="单位" label="单位"
align="center" align="center"
......
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