|
@@ -109,7 +109,7 @@ const searchConfig = computed(() => {
|
|
|
{
|
|
|
type: "select",
|
|
|
prop: "detailType",
|
|
|
- dictKey: "put_stock_type",
|
|
|
+ dictKey: "come_stock_type",
|
|
|
label: "出库类型",
|
|
|
},
|
|
|
{
|
|
@@ -155,7 +155,7 @@ const searchConfigTwo = computed(() => {
|
|
|
{
|
|
|
type: "select",
|
|
|
prop: "detailType",
|
|
|
- dictKey: "put_stock_type",
|
|
|
+ dictKey: "come_stock_type",
|
|
|
label: "出库类型",
|
|
|
},
|
|
|
{
|
|
@@ -212,7 +212,7 @@ const config = computed(() => {
|
|
|
width: 140,
|
|
|
},
|
|
|
render(val) {
|
|
|
- return proxy.dictKeyValue(val, proxy.useUserStore().allDict["put_stock_type"]);
|
|
|
+ return proxy.dictKeyValue(val, proxy.useUserStore().allDict["come_stock_type"]);
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -280,7 +280,7 @@ const configTwo = computed(() => {
|
|
|
width: 140,
|
|
|
},
|
|
|
render(val) {
|
|
|
- return proxy.dictKeyValue(val, proxy.useUserStore().allDict["put_stock_type"]);
|
|
|
+ return proxy.dictKeyValue(val, proxy.useUserStore().allDict["come_stock_type"]);
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -354,7 +354,7 @@ const getListTwo = async (req, status) => {
|
|
|
sourceListTwo.value.pagination = { ...sourceListTwo.value.pagination, ...req };
|
|
|
}
|
|
|
loading.value = true;
|
|
|
- proxy.post("/inOutStorage/page", sourceListTwo.value.pagination).then((res) => {
|
|
|
+ proxy.post("/inOutStorageBom/page", sourceListTwo.value.pagination).then((res) => {
|
|
|
sourceListTwo.value.data = res.rows;
|
|
|
sourceListTwo.value.pagination.total = res.total;
|
|
|
setTimeout(() => {
|