Browse Source

标签特殊修改

master
常熟吴彦祖 3 months ago
parent
commit
5d653d23f1
  1. 160
      src/views/modules/warehouse/changeHUSpecialItem.vue

160
src/views/modules/warehouse/changeHUSpecialItem.vue

@ -17,14 +17,6 @@
<el-form-item label="仓库">
<el-input style="width: 120px;" v-model="queryHeaderData.warehouseId" placeholder="请输入仓库" @keyup.enter.native="getDataList()"></el-input>
</el-form-item>
<el-form-item label="入库状态">
<el-select v-model="queryHeaderData.inStockFlag" placeholder="请选择" style="width: 120px;">
<el-option label="全部" value=""></el-option>
<el-option label="未入库" value="X"></el-option>
<el-option label="已出库" value="N"></el-option>
<el-option label="在库" value="Y"></el-option>
</el-select>
</el-form-item>
<el-form-item style="margin-top: 20px;">
<el-button @click="getDataList()" type="primary">查询</el-button>
<el-button @click="resetQuery()" type="default">重置</el-button>
@ -453,7 +445,7 @@ export default {
batchNo: '',
locationId: '',
warehouseId: '',
inStockFlag: ''
inStockFlag: 'Y'
},
// - rqrq
@ -493,17 +485,7 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "物料编号",
columnWidth: 120,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "partDesc",
headerAlign: "center",
align: "center",
columnLabel: "物料描述",
columnWidth: 150,
columnWidth: 100,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
@ -513,7 +495,7 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "批次号",
columnWidth: 120,
columnWidth: 140,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
@ -523,7 +505,7 @@ export default {
headerAlign: "center",
align: "right",
columnLabel: "数量",
columnWidth: 100,
columnWidth: 70,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
@ -533,7 +515,7 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "库位",
columnWidth: 100,
columnWidth: 90,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
@ -543,7 +525,7 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "仓库",
columnWidth: 100,
columnWidth: 60,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
@ -559,21 +541,11 @@ export default {
fixed: ""
},
{
columnProp: "inStockFlag",
columnProp: "availabilityControlId",
headerAlign: "center",
align: "center",
columnLabel: "入库状态",
columnWidth: 80,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "manufactureDate",
headerAlign: "center",
align: "center",
columnLabel: "生产日期",
columnWidth: 120,
columnLabel: "Availability Control Id",
columnWidth: 150,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
@ -583,141 +555,41 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "失效日期",
columnWidth: 120,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "grossWeight",
headerAlign: "center",
align: "right",
columnLabel: "毛重",
columnWidth: 100,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "netWeight",
headerAlign: "center",
align: "right",
columnLabel: "净重",
columnWidth: 100,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "weightUnit",
headerAlign: "center",
align: "center",
columnLabel: "重量单位",
columnWidth: 80,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "engChgLevel",
headerAlign: "center",
align: "center",
columnLabel: "EngChgLevel",
columnWidth: 120,
columnWidth: 90,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "reserveFlag",
headerAlign: "center",
align: "center",
columnLabel: "预留标志",
columnWidth: 80,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "reserveOrderRef1",
headerAlign: "center",
align: "center",
columnLabel: "预留订单参考1",
columnWidth: 120,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "reserveOrderRef2",
headerAlign: "center",
align: "center",
columnLabel: "预留订单参考2",
columnWidth: 120,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "reserveOrderRef3",
headerAlign: "center",
align: "center",
columnLabel: "预留订单参考3",
columnWidth: 120,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "freezeFlag",
headerAlign: "center",
align: "center",
columnLabel: "冻结标志",
columnWidth: 80,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "status",
headerAlign: "center",
align: "center",
columnLabel: "状态",
columnWidth: 80,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "createdDate",
headerAlign: "center",
align: "center",
columnLabel: "创建时间",
columnWidth: 150,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "createdBy",
columnProp: "manufactureDate",
headerAlign: "center",
align: "center",
columnLabel: "创建人",
columnLabel: "生产日期",
columnWidth: 100,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "remark",
columnProp: "partDesc",
headerAlign: "center",
align: "left",
columnLabel: "备注",
align: "center",
columnLabel: "物料描述",
columnWidth: 200,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
}
},
]
}
},

Loading…
Cancel
Save