Browse Source

Merge branch 'intex' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-ui into intex

intex_online20241216
张立 2 months ago
parent
commit
579b8f5467
  1. 19
      src/views/wms/basicDataManage/itemManage/itempackage/itempackage.data.ts
  2. 4
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue

19
src/views/wms/basicDataManage/itemManage/itempackage/itempackage.data.ts

@ -446,7 +446,7 @@ export const PurchasePackaging = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
},
{
label: '采购计量单位',
label: '替代计量单位',
field: 'purchaseUom',
sort: 'custom',
dictType: DICT_TYPE.UOM,
@ -458,15 +458,15 @@ export const PurchasePackaging = useCrudSchemas(reactive<CrudSchema[]>([
},
},
{
label: '采购数量',
label: '替代数量',
field: 'purchaseQty',
sort: 'custom',
},
{
label: '采购标包数量',
field: 'purchaseStdQty',
sort: 'custom',
},
// {
// label: '采购标包数量',
// field: 'purchaseStdQty',
// sort: 'custom',
// },
{
label: '转换率',
field: 'convertRate',
@ -592,5 +592,10 @@ export const PurchasePackaging = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
}
},
{
label: '操作',
field: 'aaa',
sort: 'custom',
},
]))

4
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue

@ -1208,7 +1208,7 @@ const clearInput = async (field, row, index) => {
const BASE_URL = getJmreportBaseUrl()
const src = ref(BASE_URL + '/jmreport/view/1022297965884559360?token=' + getAccessToken())
const src1 = ref(BASE_URL + '/jmreport/view/1027757375736582144?token=' + getAccessToken())
const src1 = ref(BASE_URL + '/jmreport/view/1028150465710329856?token=' + getAccessToken())
getListApi: PurchasePlanDetailApi.getPurchasePlanDetailPage //
//
@ -1263,7 +1263,7 @@ const searchTableSuccess1 = async (formField, searchField, val, formRef, type, r
if (array.length > 0) {
window.open(src.value + '&asn_number=' + res)
}
if (array1.length > 0) {
if (arrayTool.length > 0) {
window.open(src1.value + '&asn_number=' + res)
}
})

Loading…
Cancel
Save