|
|
|
@ -90,10 +90,10 @@
|
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row :gutter="20"> |
|
|
|
|
<el-col :span="24"> |
|
|
|
|
<el-form-item label="物品明细" prop="certificateType"> |
|
|
|
|
<el-tabs type="border-card" @tab-click="handleChlickTab" style="width: 100%"> |
|
|
|
|
<el-row :gutter="20" class="toscontent"> |
|
|
|
|
<el-col :span="24" > |
|
|
|
|
<el-form-item label="物品明细" prop="certificateType" > |
|
|
|
|
<el-tabs type="border-card" @tab-click="handleChlickTab" style="width: 100%;"> |
|
|
|
|
<el-tab-pane label="定制品"> |
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
@ -114,15 +114,15 @@
|
|
|
|
|
@selection="selectionChange" |
|
|
|
|
> |
|
|
|
|
<template #default="slotProps"> |
|
|
|
|
<el-text |
|
|
|
|
<el-button |
|
|
|
|
v-if="slotProps.scope.row.isZero === '1'" |
|
|
|
|
type="primary" |
|
|
|
|
text |
|
|
|
|
icon="el-icon-delete" |
|
|
|
|
@click.stop="handleZeroOrder(slotProps.scope.row)" |
|
|
|
|
>录入预约数量</el-text |
|
|
|
|
>录入预约数量</el-button |
|
|
|
|
> |
|
|
|
|
<el-text |
|
|
|
|
<el-button |
|
|
|
|
v-if=" |
|
|
|
|
slotProps.scope.row.isZero === '1' && Number(this.$route.query.type) !== 2 |
|
|
|
|
" |
|
|
|
@ -130,23 +130,23 @@
|
|
|
|
|
text |
|
|
|
|
icon="el-icon-delete" |
|
|
|
|
@click.stop="handleStockZeroOrder(slotProps.scope.row)" |
|
|
|
|
>维护在库数量</el-text |
|
|
|
|
>维护在库数量</el-button |
|
|
|
|
> |
|
|
|
|
<el-text |
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
text |
|
|
|
|
icon="el-icon-delete" |
|
|
|
|
@click="rowOrder(slotProps.scope.row)" |
|
|
|
|
>移除</el-text |
|
|
|
|
>移除</el-button |
|
|
|
|
> |
|
|
|
|
<!-- 零担订单时不能选择包件 --> |
|
|
|
|
<el-text |
|
|
|
|
<el-button |
|
|
|
|
v-if="Number(slotProps.scope.row.isZero) !== 1" |
|
|
|
|
type="primary" |
|
|
|
|
@click="handleChooseOrder(slotProps.scope.row)" |
|
|
|
|
text |
|
|
|
|
icon="el-icon-delete" |
|
|
|
|
>选择包件</el-text |
|
|
|
|
>选择包件</el-button |
|
|
|
|
> |
|
|
|
|
</template> |
|
|
|
|
</tablecmt> |
|
|
|
@ -179,6 +179,82 @@
|
|
|
|
|
</el-tabs> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col v-if = !view :span="8"> |
|
|
|
|
<el-form-item label="提货证件" label-width="120px"> |
|
|
|
|
<el-upload |
|
|
|
|
v-model:file-list="fileListSell" |
|
|
|
|
class="upload-demo" |
|
|
|
|
:action="action" |
|
|
|
|
:headers="headers" |
|
|
|
|
multiple |
|
|
|
|
:on-preview="handlePreview" |
|
|
|
|
:on-success=" |
|
|
|
|
(response, file, fileList) => { |
|
|
|
|
uploadSuccess(fileListSell); |
|
|
|
|
} |
|
|
|
|
" |
|
|
|
|
:on-remove="handleRemove" |
|
|
|
|
list-type="picture" |
|
|
|
|
> |
|
|
|
|
<el-button type="primary">上传</el-button> |
|
|
|
|
<template #tip> |
|
|
|
|
<div class="el-upload__tip">只能上传jpg/png文件,且不超过500kb</div> |
|
|
|
|
</template> |
|
|
|
|
</el-upload> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col > |
|
|
|
|
<el-col v-if = !view :span="8"> |
|
|
|
|
<el-form-item label="文员确定图片" label-width="120px"> |
|
|
|
|
<el-upload |
|
|
|
|
v-model:file-list="fileListClerk" |
|
|
|
|
class="upload-demo" |
|
|
|
|
:action="action" |
|
|
|
|
:headers="headers" |
|
|
|
|
multiple |
|
|
|
|
:on-preview="handlePreview" |
|
|
|
|
:on-success=" |
|
|
|
|
(response, file, fileList) => { |
|
|
|
|
uploadSuccess(fileListClerk); |
|
|
|
|
} |
|
|
|
|
" |
|
|
|
|
:on-remove="handleRemove" |
|
|
|
|
list-type="picture" |
|
|
|
|
> |
|
|
|
|
<el-button type="primary">上传</el-button> |
|
|
|
|
<template #tip> |
|
|
|
|
<div class="el-upload__tip">只能上传jpg/png文件,且不超过500kb</div> |
|
|
|
|
</template> |
|
|
|
|
</el-upload> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col v-if = !view :span="8"> |
|
|
|
|
<el-form-item label="库管签收图片" label-width="120px"> |
|
|
|
|
<el-upload |
|
|
|
|
v-model:file-list="fileListLibrary" |
|
|
|
|
class="upload-demo" |
|
|
|
|
:action="action" |
|
|
|
|
:headers="headers" |
|
|
|
|
multiple |
|
|
|
|
:on-preview="handlePreview" |
|
|
|
|
:on-success=" |
|
|
|
|
(response, file, fileList) => { |
|
|
|
|
uploadSuccess(fileListLibrary); |
|
|
|
|
} |
|
|
|
|
" |
|
|
|
|
:on-remove="handleRemove" |
|
|
|
|
list-type="picture" |
|
|
|
|
> |
|
|
|
|
<el-button type="primary">上传</el-button> |
|
|
|
|
<template #tip> |
|
|
|
|
<div class="el-upload__tip">只能上传jpg/png文件,且不超过500kb</div> |
|
|
|
|
</template> |
|
|
|
|
</el-upload> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
</el-form> |
|
|
|
|
<div v-if = view> |
|
|
|
|
<el-row :gutter="20"> |
|
|
|
|
<el-col :span="8"> |
|
|
|
|
<el-form-item label="提货证件" label-width="120px"> |
|
|
|
|
<el-upload |
|
|
|
@ -230,6 +306,7 @@
|
|
|
|
|
<el-col :span="8"> |
|
|
|
|
<el-form-item label="库管签收图片" label-width="120px"> |
|
|
|
|
<el-upload |
|
|
|
|
|
|
|
|
|
v-model:file-list="fileListLibrary" |
|
|
|
|
class="upload-demo" |
|
|
|
|
:action="action" |
|
|
|
@ -244,7 +321,7 @@
|
|
|
|
|
:on-remove="handleRemove" |
|
|
|
|
list-type="picture" |
|
|
|
|
> |
|
|
|
|
<el-button type="primary">上传</el-button> |
|
|
|
|
<el-button type="primary" :disabled = "!view">上传</el-button> |
|
|
|
|
<template #tip> |
|
|
|
|
<div class="el-upload__tip">只能上传jpg/png文件,且不超过500kb</div> |
|
|
|
|
</template> |
|
|
|
@ -252,9 +329,10 @@
|
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
</el-form> |
|
|
|
|
<!-- 表单按钮 --> |
|
|
|
|
<div class="foot" v-if="!view"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!-- <!– 表单按钮 –> v-if="!view || viewSC"--> |
|
|
|
|
<div class="foot" :disabled="view" > |
|
|
|
|
<div class="dialog-footer"> |
|
|
|
|
<el-button type="primary" icon="el-icon-circle-check" @click="handleSubmit('form')" |
|
|
|
|
>提 交</el-button |
|
|
|
@ -492,6 +570,12 @@
|
|
|
|
|
</template> |
|
|
|
|
</el-dialog> |
|
|
|
|
</template> |
|
|
|
|
<div class="LoadIMG"> |
|
|
|
|
<el-dialog v-model="dialogImg"> |
|
|
|
|
<img w-full :src="Imgurl" alt="Preview Image" /> |
|
|
|
|
</el-dialog> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</basic-container> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
@ -518,6 +602,8 @@ import { nextTick, ref } from 'vue';
|
|
|
|
|
export default { |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
dialogImg:false, |
|
|
|
|
Imgurl:undefined, |
|
|
|
|
OrdercolumnList: [ |
|
|
|
|
{ |
|
|
|
|
prop: 'serviceNumber', |
|
|
|
@ -549,6 +635,8 @@ export default {
|
|
|
|
|
loading: false, |
|
|
|
|
// 是否为查看模式 |
|
|
|
|
view: false, |
|
|
|
|
// 是否为上传模式 |
|
|
|
|
viewSC: false, |
|
|
|
|
// 查询信息 |
|
|
|
|
query: {}, |
|
|
|
|
queryOrder: {}, |
|
|
|
@ -1736,6 +1824,10 @@ export default {
|
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
} else if (this.$route.query.type == '3') { |
|
|
|
|
this.onLoadCj(); |
|
|
|
|
}else if (this.$route.query.type == '4') { |
|
|
|
|
//查询提货编辑数据 |
|
|
|
|
this.view = true; |
|
|
|
|
this.getDetailOen(); |
|
|
|
|
} |
|
|
|
|
/** |
|
|
|
|
* 初始化获取本地缓存的编辑隐藏的列表 |
|
|
|
@ -2254,6 +2346,8 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
handlePreview(file) { |
|
|
|
|
console.log(file); |
|
|
|
|
this.Imgurl =file.url; |
|
|
|
|
this.dialogImg =true; |
|
|
|
|
}, |
|
|
|
|
textbox(e, index) { |
|
|
|
|
let nu = index + 1; |
|
|
|
@ -3023,4 +3117,23 @@ export default {
|
|
|
|
|
.el-input-number { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
:deep(.maboxhi){ |
|
|
|
|
height: 100% !important; |
|
|
|
|
} |
|
|
|
|
.toscontent{ |
|
|
|
|
:deep(.el-form-item__content){ |
|
|
|
|
height: 400px; |
|
|
|
|
overflow-y: scroll; |
|
|
|
|
align-items: flex-start; |
|
|
|
|
} |
|
|
|
|
:deep(.el-tabs){ |
|
|
|
|
height: 100% !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.LoadIMG{ |
|
|
|
|
img{ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|