Browse Source

H平台备件出库单详细信息页

branch_ccpg_220107
44673626 3 years ago
parent
commit
159fbf5978
  1. 17
      vue/src/views/ux/vw/dataInput/hq_h_checkout/detail.vue
  2. 9
      vue/src/views/ux/vw/dataInput/hq_h_outorder/detail.vue

17
vue/src/views/ux/vw/dataInput/hq_h_checkout/detail.vue

@ -231,20 +231,21 @@ export default {
prop: "version",
width: 110,
});
tempsTabs.push({
label: "订货看板编号",
prop: "kanban",
width: 150,
});
tempsTabs.push({ label: "交货单号", prop: "wmsBillNum", width: 110 });
// tempsTabs.push({
// label: "",
// prop: "kanban",
// width: 150,
// });
// tempsTabs.push({ label: "", prop: "wmsBillNum", width: 110 });
tempsTabs.push({ label: "Sap编码", prop: "materialCode", width: 150 });
tempsTabs.push({
label: "物料组(车型)",
prop: "materialGroup",
width: 220,
});
tempsTabs.push({ label: "发货零件号", prop: "extend1", width: 220 });
tempsTabs.push({ label: "收货仓库", prop: "extend2", width: 120 });
tempsTabs.push({ label: "结算零件号", prop: "extend1", width: 220 });
//tempsTabs.push({ label: "", prop: "extend2", width: 120 });
tempsTabs.push({ label: "寄售库存", prop: "StockQty", width: 100 });
tempsTabs.push({ label: "结算数量", prop: "qty", width: 100 });
return tempsTabs;

9
vue/src/views/ux/vw/dataInput/hq_h_outorder/detail.vue

@ -36,7 +36,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照零件号搜索..."
placeholder="按照看板号搜索..."
style="width: 230px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -231,6 +231,11 @@ export default {
prop: "version",
width: 110,
});
tempsTabs.push({
label: "订单号",
prop: "billNum",
width: 170,
});
tempsTabs.push({
label: "订货看板编号",
prop: "kanban",
@ -515,7 +520,7 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "materialCode";
var column = "billNum";
let filter = {
logic: 0,
column: column,

Loading…
Cancel
Save