代码合并
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<el-cascader
|
<el-cascader
|
||||||
placeholder="所属库区"
|
|
||||||
v-model="query.sect"
|
v-model="query.sect"
|
||||||
|
placeholder="所属库区"
|
||||||
:options="sects"
|
:options="sects"
|
||||||
:props="{ checkStrictly: true }"
|
:props="{ checkStrictly: true }"
|
||||||
clearable
|
clearable
|
||||||
|
|||||||
@@ -143,12 +143,12 @@ export default {
|
|||||||
return {
|
return {
|
||||||
rowspan: 2,
|
rowspan: 2,
|
||||||
colspan: 1
|
colspan: 1
|
||||||
};
|
}
|
||||||
} else {
|
} else {
|
||||||
return {
|
return {
|
||||||
rowspan: 0,
|
rowspan: 0,
|
||||||
colspan: 0
|
colspan: 0
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -153,8 +153,8 @@
|
|||||||
|
|
||||||
import { crud } from '@crud/crud'
|
import { crud } from '@crud/crud'
|
||||||
import checkoutbill from '@/views/wms/st/outbill/checkoutbill'
|
import checkoutbill from '@/views/wms/st/outbill/checkoutbill'
|
||||||
import crudStorattr from "@/views/wms/basedata/st/stor/storattr";
|
import crudStorattr from '@/views/wms/basedata/st/stor/storattr'
|
||||||
import crudRawAssist from "@/views/wms/st/inbill/rawassist";
|
import crudRawAssist from '@/views/wms/st/inbill/rawassist'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ViewDialog',
|
name: 'ViewDialog',
|
||||||
|
|||||||
@@ -159,7 +159,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="plan_qty" label="出库重量" width="150" align="center">
|
<el-table-column prop="plan_qty" label="出库重量" width="150" align="center">
|
||||||
<template scope="scope">
|
<template scope="scope">
|
||||||
<el-input-number v-model="scope.row.plan_qty" v-show="!scope.row.edit" :precision="3" :controls="false" :min="1" style="width: 120px" />
|
<el-input-number v-show="!scope.row.edit" v-model="scope.row.plan_qty" :precision="3" :controls="false" :min="1" style="width: 120px" />
|
||||||
<span v-show="scope.row.edit">{{ scope.row.plan_qty }}</span>
|
<span v-show="scope.row.edit">{{ scope.row.plan_qty }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
|
v-loading.fullscreen.lock="fullscreenLoading"
|
||||||
append-to-body
|
append-to-body
|
||||||
:visible.sync="dialogVisible"
|
:visible.sync="dialogVisible"
|
||||||
v-loading.fullscreen.lock="fullscreenLoading"
|
|
||||||
destroy-on-close
|
destroy-on-close
|
||||||
:show-close="false"
|
:show-close="false"
|
||||||
fullscreen
|
fullscreen
|
||||||
|
|||||||
@@ -152,8 +152,8 @@
|
|||||||
|
|
||||||
import { crud } from '@crud/crud'
|
import { crud } from '@crud/crud'
|
||||||
import checkoutbill from '@/views/wms/st/outbill/checkoutbill'
|
import checkoutbill from '@/views/wms/st/outbill/checkoutbill'
|
||||||
import crudStorattr from "@/views/wms/basedata/st/stor/storattr";
|
import crudStorattr from '@/views/wms/basedata/st/stor/storattr'
|
||||||
import crudRawAssist from "@/views/wms/st/inbill/rawassist";
|
import crudRawAssist from '@/views/wms/st/inbill/rawassist'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ViewDialog',
|
name: 'ViewDialog',
|
||||||
|
|||||||
Reference in New Issue
Block a user