1
huangxiaoqiang
4 天以前 85d9ca4ec972ce4d020db046d930e8991709ae2d
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/erp/stockERP.vue
@@ -4,7 +4,7 @@
 *代码由框架生成,任何更改都可能导致被代码生成器覆盖
 *业务请在@/extension/widesea_wms/taskinfo/Dt_Task.js此处编写
 -->
 <template>
<template>
    <view-grid ref="grid" :columns="columns" :detail="detail" :editFormFields="editFormFields"
        :editFormOptions="editFormOptions" :searchFormFields="searchFormFields" :searchFormOptions="searchFormOptions"
        :table="table" :extend="extend" />
@@ -23,10 +23,10 @@
            sortName: ""
        });
        const editFormFields = ref({
        });
        const editFormOptions = ref([
        ]);
        const searchFormFields = ref({
        });
@@ -34,14 +34,15 @@
            [
                { "title": "仓库名称", "field": "仓库名称", type: "text" },
                { "title": "产品图号", "field": "产品图号", type: "text" },
                { "title": "单重", "field": "单重", type: "text"},
                { "title": "单重", "field": "单重", type: "text" },
            ], [
                { "title": "品名", "field": "品名", type: "text" },
                { "title": "库存数量", "field": "库存数量", type: "text"},
                { "title": "库存数量", "field": "库存数量", type: "text" },
                { "title": "料号", "field": "料号", type: "text" },
            ]
        ]);
        const columns = ref([
            { field: '仓库编码', title: '仓库编码', type: 'string', width: 110, readonly: true, require: true, align: 'left' },
            { field: '仓库名称', title: '仓库名称', type: 'string', width: 110, readonly: true, require: true, align: 'left' },
            { field: '产品图号', title: '产品图号', type: 'string', width: 180, align: 'left' },
            { field: '料号', title: '料号', type: 'string', width: 180, align: 'left' },
@@ -54,7 +55,7 @@
            { field: '用友材质', title: '用友材质', type: 'string', width: 180, align: 'left' },
            { field: '执行标准号', title: '执行标准号', type: 'string', width: 180, align: 'left' },
            { field: '品牌', title: '品牌', type: 'string', width: 180, align: 'left' },
    ]);
        ]);
        const detail = ref({
            cnName: "#detailCnName",
            table: "#detailTable",