|
@@ -105,7 +105,7 @@ const searchConfigTwo = computed(() => {
|
|
|
{
|
|
|
type: "input",
|
|
|
prop: "purchaseCode",
|
|
|
- label: "采购",
|
|
|
+ label: "采购单号",
|
|
|
},
|
|
|
{
|
|
|
type: "input",
|
|
@@ -210,7 +210,7 @@ const config = computed(() => {
|
|
|
});
|
|
|
const configTwo = computed(() => {
|
|
|
return [
|
|
|
- {
|
|
|
+ {
|
|
|
attrs: {
|
|
|
label: "入库单号",
|
|
|
prop: "code",
|
|
@@ -228,14 +228,14 @@ const configTwo = computed(() => {
|
|
|
attrs: {
|
|
|
label: "归属事业部",
|
|
|
prop: "departmentName",
|
|
|
- width: 160,
|
|
|
+ width: 100,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
label: "仓库类型",
|
|
|
prop: "warehouseType",
|
|
|
- width: 140,
|
|
|
+ width: 100,
|
|
|
},
|
|
|
render(val) {
|
|
|
return proxy.dictKeyValue(val, proxy.useUserStore().allDict["warehouse_type"]);
|
|
@@ -245,14 +245,14 @@ const configTwo = computed(() => {
|
|
|
attrs: {
|
|
|
label: "仓库名称",
|
|
|
prop: "warehouseName",
|
|
|
- width: 160,
|
|
|
+ width: 120,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
label: "入库类型",
|
|
|
prop: "detailType",
|
|
|
- width: 140,
|
|
|
+ width: 100,
|
|
|
},
|
|
|
render(val) {
|
|
|
return proxy.dictKeyValue(val, proxy.useUserStore().allDict["put_stock_type"]);
|
|
@@ -262,12 +262,12 @@ const configTwo = computed(() => {
|
|
|
attrs: {
|
|
|
label: "品号",
|
|
|
prop: "bomSpecCode",
|
|
|
- width: 160,
|
|
|
+ width: 140,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
- label: "品品名",
|
|
|
+ label: "品名",
|
|
|
prop: "bomSpecName",
|
|
|
"min-width": 240,
|
|
|
},
|
|
@@ -276,7 +276,14 @@ const configTwo = computed(() => {
|
|
|
attrs: {
|
|
|
label: "数量",
|
|
|
prop: "quantity",
|
|
|
- width: 120,
|
|
|
+ width: 80,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ attrs: {
|
|
|
+ label: "备注",
|
|
|
+ prop: "remark",
|
|
|
+ width: 180,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -291,7 +298,7 @@ const configTwo = computed(() => {
|
|
|
attrs: {
|
|
|
label: "入库申请人",
|
|
|
prop: "applicant",
|
|
|
- width: 160,
|
|
|
+ width: 150,
|
|
|
align: "center",
|
|
|
},
|
|
|
},
|