|
@@ -106,22 +106,22 @@ const config = computed(() => {
|
|
|
{
|
|
|
attrs: {
|
|
|
label: "调出仓库",
|
|
|
- prop: "warehouseId",
|
|
|
+ prop: "warehouseName",
|
|
|
width: 220,
|
|
|
},
|
|
|
- render(type) {
|
|
|
- return proxy.dictValueLabel(type, warehouseList.value);
|
|
|
- },
|
|
|
+ // render(type) {
|
|
|
+ // return proxy.dictValueLabel(type, warehouseList.value);
|
|
|
+ // },
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
label: "调出仓库",
|
|
|
- prop: "toWarehouseId",
|
|
|
+ prop: "toWarehouseName",
|
|
|
width: 220,
|
|
|
},
|
|
|
- render(type) {
|
|
|
- return proxy.dictValueLabel(type, warehouseList.value);
|
|
|
- },
|
|
|
+ // render(type) {
|
|
|
+ // return proxy.dictValueLabel(type, warehouseList.value);
|
|
|
+ // },
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
@@ -161,7 +161,7 @@ const config = computed(() => {
|
|
|
{
|
|
|
attrs: {
|
|
|
label: "操作人",
|
|
|
- prop: "userName",
|
|
|
+ prop: "opUserName",
|
|
|
width: 140,
|
|
|
},
|
|
|
},
|