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

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

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