供应计划页面修改
This commit is contained in:
@@ -530,6 +530,7 @@ function handleQuery() {
|
||||
/** 重置按钮操作 */
|
||||
function resetQuery() {
|
||||
proxy.resetForm("queryRef");
|
||||
importTime.value=''
|
||||
handleQuery();
|
||||
}
|
||||
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
<el-table-column label="身份码" align="center" prop="entityId" width="200" />
|
||||
<el-table-column label="所属大仓" align="center" prop="parentWarehouseName" width="150" />
|
||||
<el-table-column label="所属小仓" align="center" prop="warehouseName" width="150" />
|
||||
<el-table-column label="库龄" align="center" prop="stockAge" />
|
||||
<!-- <el-table-column label="库龄" align="center" prop="stockAge" /> -->
|
||||
<el-table-column label="现场图片" align="center" v-if="isExamine == 1">
|
||||
<template #default="scope">
|
||||
<el-image :src="scope.row.scenePhotoUrl" style="width: 50px; height: 50px" :zoom-rate="1.2" :max-scale="7"
|
||||
@@ -1244,6 +1244,7 @@ function addOne() {
|
||||
}
|
||||
|
||||
//根据物料号查询物料信息
|
||||
// todo 空的物料号会查询出所有信息 查询一条查询不出
|
||||
function searchInfo(wlNo, index) {
|
||||
wlSearch(wlNo).then((res) => {
|
||||
if (res.rows.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user