Browse Source

采购收货记录子 单据号放第一位左固定

master
陈薪名 10 months ago
parent
commit
aa68958ffc
  1. 18
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

18
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -388,6 +388,15 @@ export const PurchasereceiptRecordMainRules = reactive({
* @returns {Array}
*/
export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
{
label: '单据号',
field: 'number',
sort: 'custom',
table: {
width: 150,
fixed: 'left'
},
},
{
label: '订单号',
field: 'poNumber',
@ -778,15 +787,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
width: 150
},
},
{
label: '单据号',
field: 'number',
sort: 'custom',
table: {
width: 150
},
},
// {
// label: '代码',
// field: 'code',

Loading…
Cancel
Save