|
|
|
|
@ -400,7 +400,7 @@ |
|
|
|
|
<td style="padding: 10px 0px 10px 200px; font-size: 14px;color: #909399;font-weight: 600;">折扣:</td> |
|
|
|
|
<td> |
|
|
|
|
<el-input v-model="discount" controls-position="right" @input="handleInput" @change="changeDiscount" |
|
|
|
|
:disabled="dialogType == 'view'"> |
|
|
|
|
:disabled="dialogType == 'view' || dialogType == 'repairupload'"> |
|
|
|
|
<template slot="append">折</template> |
|
|
|
|
</el-input> |
|
|
|
|
</td> |
|
|
|
|
@ -600,7 +600,7 @@ |
|
|
|
|
<div |
|
|
|
|
v-show="repairForm.status == 403 || repairForm.status == 103 || repairForm.status == 104 || repairForm.status == 202 || repairForm.status == 203 || repairForm.status == 204 || repairForm.status == 400"> |
|
|
|
|
<el-form-item label="维修完成图片" prop="signaturePerson" v-if="repairForm.status == 103"> |
|
|
|
|
<el-upload action="/api/blade-resource/oss/endpoint/put-file" list-type="picture-card" :headers="headers" |
|
|
|
|
<el-upload action="/api/blade-resource/oss/endpoint/put-file" list-type="picture-card" :headers="headers" :disabled="dialogType == 'view'" |
|
|
|
|
accept=".jpeg,.jpg,.png,.pdf" :file-list="completeImgList" :on-success="handleSuccess" |
|
|
|
|
:on-remove="handleRemove"> |
|
|
|
|
<i class="el-icon-plus"></i> |
|
|
|
|
@ -1403,6 +1403,7 @@ export default { |
|
|
|
|
unit: item.unit, |
|
|
|
|
number: item.materialCount, |
|
|
|
|
price: item.materialPrice, |
|
|
|
|
materialName:item.materialName, |
|
|
|
|
unifiedQuotation: item.materialPrice / item.materialCount, |
|
|
|
|
productId: '', |
|
|
|
|
productList: [] |
|
|
|
|
|