|
|
|
@ -65,6 +65,7 @@
|
|
|
|
|
<el-button
|
|
|
|
|
size="small"
|
|
|
|
|
type="text"
|
|
|
|
|
@click="SOP(scope.row)"
|
|
|
|
|
>
|
|
|
|
|
SOP预览
|
|
|
|
|
</el-button>
|
|
|
|
@ -534,7 +535,7 @@
|
|
|
|
|
<el-form-item label="仓库">
|
|
|
|
|
<el-select v-model="returnModelForm.warehouseId" :disabled="!returnModelForm.materialBarcode"
|
|
|
|
|
placeholder="请选择仓库">
|
|
|
|
|
<el-option v-for="i in WarehousesList" :label="i.label" :key="i.value" :value="i.value"></el-option>
|
|
|
|
|
<el-option v-for="i in WarehousesList" :key="i.value" :label="i.label" :value="i.value"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item label="数量">
|
|
|
|
@ -542,7 +543,8 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item label="退库类型" prop="taskType">
|
|
|
|
|
<el-select v-model="returnModelForm.taskType" placeholder="请选择退库类型">
|
|
|
|
|
<el-option v-for="i in dict.type.wms_raw_return_task_type" :label="i.label" :key="i.value" :value="i.value"></el-option>
|
|
|
|
|
<el-option v-for="i in dict.type.wms_raw_return_task_type" :key="i.value" :label="i.label"
|
|
|
|
|
:value="i.value"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item label="申请原因">
|
|
|
|
@ -643,49 +645,8 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
fileList: [
|
|
|
|
|
{
|
|
|
|
|
name: 'Snipaste_2023-09-04_08-16-59.png',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/Snipaste_2023-09-04_08-16-59_20240417142903A013.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '会议纪要 0825_20240417143926A014.docx',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/会议纪要 0825_20240417143926A014.docx'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '会议纪要 0825_20240417143926A014.docx',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/会议纪要 0825_20240417143926A014.docx'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '会议纪要 0825_20240417143926A014.docx',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/会议纪要 0825_20240417143926A014.docx'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Snipaste_2023-09-04_08-16-59.png',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/Snipaste_2023-09-04_08-16-59_20240417142903A013.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Snipaste_2023-09-04_08-16-59.png',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/Snipaste_2023-09-04_08-16-59_20240417142903A013.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Snipaste_2023-09-04_08-16-59.png',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/Snipaste_2023-09-04_08-16-59_20240417142903A013.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Snipaste_2023-09-04_08-16-59.png',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/Snipaste_2023-09-04_08-16-59_20240417142903A013.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Snipaste_2023-09-04_08-16-59.png',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/Snipaste_2023-09-04_08-16-59_20240417142903A013.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '会议纪要 0825_20240417143926A014.docx',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/会议纪要 0825_20240417143926A014.docx'
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
SOPModel: true,
|
|
|
|
|
fileList: [],
|
|
|
|
|
SOPModel: false,
|
|
|
|
|
pictureDetailModel: false,
|
|
|
|
|
dialogImageUrl: '',
|
|
|
|
|
returnModelVisible: false,
|
|
|
|
@ -1256,6 +1217,57 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
async SOP(e) {
|
|
|
|
|
this.fileList = []
|
|
|
|
|
|
|
|
|
|
console.log(e)
|
|
|
|
|
// const data = await fun()
|
|
|
|
|
// this.fileList = data.map(v=>v)
|
|
|
|
|
|
|
|
|
|
this.fileList = [
|
|
|
|
|
{
|
|
|
|
|
name: 'Snipaste_2023-09-04_08-16-59.png',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/Snipaste_2023-09-04_08-16-59_20240417142903A013.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '会议纪要 0825_20240417143926A014.docx',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/会议纪要 0825_20240417143926A014.docx'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '会议纪要 0825_20240417143926A014.docx',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/会议纪要 0825_20240417143926A014.docx'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '会议纪要 0825_20240417143926A014.docx',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/会议纪要 0825_20240417143926A014.docx'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Snipaste_2023-09-04_08-16-59.png',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/Snipaste_2023-09-04_08-16-59_20240417142903A013.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Snipaste_2023-09-04_08-16-59.png',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/Snipaste_2023-09-04_08-16-59_20240417142903A013.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Snipaste_2023-09-04_08-16-59.png',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/Snipaste_2023-09-04_08-16-59_20240417142903A013.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Snipaste_2023-09-04_08-16-59.png',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/Snipaste_2023-09-04_08-16-59_20240417142903A013.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Snipaste_2023-09-04_08-16-59.png',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/Snipaste_2023-09-04_08-16-59_20240417142903A013.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '会议纪要 0825_20240417143926A014.docx',
|
|
|
|
|
url: 'http://175.27.215.92:9665/statics/2024/04/17/会议纪要 0825_20240417143926A014.docx'
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
this.SOPModel = true;
|
|
|
|
|
},
|
|
|
|
|
//查看图纸预览
|
|
|
|
|
handlePictureCardPreview(file) {
|
|
|
|
|
this.dialogImageUrl = file.url;
|
|
|
|
|