|
|
@@ -27,83 +27,71 @@
|
|
|
:searchContent="searchContent"
|
|
|
></SearchCond>
|
|
|
</div>
|
|
|
- <DkTable
|
|
|
- slot="top"
|
|
|
- :id="'table-'+$options.name"
|
|
|
- ref="table-select"
|
|
|
- :data="tableData"
|
|
|
- :height="tableHeight-320"
|
|
|
- primaryKey="staffId"
|
|
|
- :multiple="false"
|
|
|
- :showFooter="true"
|
|
|
- :choose-flag="false"
|
|
|
- :page-flag="true"
|
|
|
- :page-total="pageInfo.total"
|
|
|
- @pageChange="pageSizeChange"
|
|
|
- :pageSizeOpts="pageSizeOpts"
|
|
|
- :current-page="pageInfo.currentPage"
|
|
|
- :pageSize="pageInfo.pageSize"
|
|
|
- >
|
|
|
- <!-- 单号 -->
|
|
|
- <DkTableColumn field="dataNo" type="link"></DkTableColumn>
|
|
|
- <!-- 出库类型 -->
|
|
|
- <DkTableColumn field="outWarehouseType"></DkTableColumn>
|
|
|
- <!-- 出库员 -->
|
|
|
- <DkTableColumn field="outWarehouseStaff"></DkTableColumn>
|
|
|
- <!-- 客户 -->
|
|
|
- <DkTableColumn field="cusId"></DkTableColumn>
|
|
|
- <!-- 卖家 -->
|
|
|
- <DkTableColumn field="seller"></DkTableColumn>
|
|
|
- <!-- 联系人 -->
|
|
|
- <DkTableColumn field="contactName"></DkTableColumn>
|
|
|
- <!-- 电话 -->
|
|
|
- <DkTableColumn field="objPhone"></DkTableColumn>
|
|
|
- <!-- 出库日期 -->
|
|
|
- <DkTableColumn field="outWarehouseDate"></DkTableColumn>
|
|
|
- <!-- 重量 /吨 -->
|
|
|
- <DkTableColumn field="weight" data-type="number" sum="true" ></DkTableColumn>
|
|
|
- <!-- 状态 -->
|
|
|
- <DkTableColumn field="tagObject" title="状态"
|
|
|
- type="tag" ></DkTableColumn>
|
|
|
- <!-- 备注 -->
|
|
|
- <DkTableColumn field="remarks"></DkTableColumn>
|
|
|
- </DkTable>
|
|
|
- <DkTabs v-model="currentType" :options="tabsOptions"></DkTabs>
|
|
|
- <!-- 转货权采购单表格部分 -->
|
|
|
- <DkTable
|
|
|
- slot="buttom"
|
|
|
- :id="'table-'+$options.name"
|
|
|
- ref="table-select"
|
|
|
- :data="formData"
|
|
|
- :height="tableHeight-320"
|
|
|
- primaryKey="staffId"
|
|
|
- :multiple="false"
|
|
|
- :choose-flag="false"
|
|
|
- :showFooter="true"
|
|
|
- :page-flag="true"
|
|
|
- :page-total="pageInfo.total"
|
|
|
- @pageChange="pageSizeChange"
|
|
|
- :pageSizeOpts="pageSizeOpts"
|
|
|
- :current-page="pageInfo.currentPage"
|
|
|
- :pageSize="pageInfo.pageSize"
|
|
|
- >
|
|
|
- <!-- 品类 -->
|
|
|
- <DkTableColumn field="category"></DkTableColumn>
|
|
|
- <!-- 当前仓库 -->
|
|
|
- <DkTableColumn field="currentWarehouse"></DkTableColumn>
|
|
|
- <!-- 编码 -->
|
|
|
- <DkTableColumn field="code" type="link"></DkTableColumn>
|
|
|
- <!-- 数量 -->
|
|
|
- <DkTableColumn field="num" data-type="number" sum="true" digits="0"></DkTableColumn>
|
|
|
- <!-- 单位 -->
|
|
|
- <DkTableColumn field="unit" ></DkTableColumn>
|
|
|
- <!-- 圆模 -->
|
|
|
- <DkTableColumn field="circularDie"></DkTableColumn>
|
|
|
- <!-- 郑交所仓单 -->
|
|
|
- <DkTableColumn field="zceWarehouseReceipt" type="link"></DkTableColumn>
|
|
|
- <!-- 备注 -->
|
|
|
- <DkTableColumn field="remarks"></DkTableColumn>
|
|
|
- </DkTable>
|
|
|
+ <!-- 表格部分 -->
|
|
|
+ <div :style="'height: ' + tableHeight + 'px'" class="split-div-class">
|
|
|
+ <DkSplit mode="vertical" v-model="split" ref="split">
|
|
|
+ <div slot="top">
|
|
|
+ <DkTable :id="'table-' + $options.name" ref="table-select" :data="tableData"
|
|
|
+ :height="tableHeight * split -40" :page-flag="true" primaryKey="docId" :multiple="false"
|
|
|
+ :choose-flag="false" :page-total="pageInfo.total" :current-page="pageInfo.currentPage"
|
|
|
+ :page-size="pageInfo.pageSize" :page-size-opts="pageSizeOpts" @pageChange="pageSizeChange"
|
|
|
+ :showFooter="true"
|
|
|
+ reverseColorFlag tree-flag>
|
|
|
+ <!-- 单号 -->
|
|
|
+ <DkTableColumn field="dataNo" type="link"></DkTableColumn>
|
|
|
+ <!-- 出库类型 -->
|
|
|
+ <DkTableColumn field="outWarehouseType"></DkTableColumn>
|
|
|
+ <!-- 出库员 -->
|
|
|
+ <DkTableColumn field="outWarehouseStaff"></DkTableColumn>
|
|
|
+ <!-- 客户 -->
|
|
|
+ <DkTableColumn field="cusId"></DkTableColumn>
|
|
|
+ <!-- 卖家 -->
|
|
|
+ <DkTableColumn field="seller"></DkTableColumn>
|
|
|
+ <!-- 联系人 -->
|
|
|
+ <DkTableColumn field="contactName"></DkTableColumn>
|
|
|
+ <!-- 电话 -->
|
|
|
+ <DkTableColumn field="objPhone"></DkTableColumn>
|
|
|
+ <!-- 出库日期 -->
|
|
|
+ <DkTableColumn field="outWarehouseDate"></DkTableColumn>
|
|
|
+ <!-- 重量 /吨 -->
|
|
|
+ <DkTableColumn field="weight" data-type="number" sum="true" ></DkTableColumn>
|
|
|
+ <!-- 状态 -->
|
|
|
+ <DkTableColumn field="tagObject" title="状态"
|
|
|
+ type="tag" tag-type="mCSTag"></DkTableColumn>
|
|
|
+ <!-- 备注 -->
|
|
|
+ <DkTableColumn field="remarks"></DkTableColumn>
|
|
|
+ </DkTable>
|
|
|
+ </div>
|
|
|
+ <div slot="bottom">
|
|
|
+ <!-- 商品明细 -->
|
|
|
+ <DkTable :id="'table-' + $options.name + '-file'" ref="table-select-down-file" :data="formData"
|
|
|
+ :height="tableHeight * (1 - split) - 40" :page-flag="false" primaryKey="itemId" :multiple="false"
|
|
|
+ :choose-flag="false" @pageChange="pageSizeChange"
|
|
|
+ :showFooter="true"
|
|
|
+ :tree-flag="true"
|
|
|
+ parentField="parentId"
|
|
|
+ >
|
|
|
+ <DkTabs v-model="currentType" :options="tabsOptions"></DkTabs>
|
|
|
+ <!-- 品类 -->
|
|
|
+ <DkTableColumn field="category"></DkTableColumn>
|
|
|
+ <!-- 当前仓库 -->
|
|
|
+ <DkTableColumn field="currentWarehouse"></DkTableColumn>
|
|
|
+ <!-- 编码 -->
|
|
|
+ <DkTableColumn field="code" type="link"></DkTableColumn>
|
|
|
+ <!-- 数量 -->
|
|
|
+ <DkTableColumn field="num" data-type="number" sum="true" digits="0"></DkTableColumn>
|
|
|
+ <!-- 单位 -->
|
|
|
+ <DkTableColumn field="unit" ></DkTableColumn>
|
|
|
+ <!-- 圆模 -->
|
|
|
+ <DkTableColumn field="circularDie"></DkTableColumn>
|
|
|
+ <!-- 郑交所仓单 -->
|
|
|
+ <DkTableColumn field="zceWarehouseReceipt" type="link"></DkTableColumn>
|
|
|
+ <!-- 备注 -->
|
|
|
+ <DkTableColumn field="remarks"></DkTableColumn>
|
|
|
+ </DkTable>
|
|
|
+ </div>
|
|
|
+ </DkSplit>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -223,39 +211,19 @@ export default {
|
|
|
* @author : 王宇轩
|
|
|
*/
|
|
|
initData() {
|
|
|
- const managers = ['张经理', '李经理', '赵经理', '胡经理'];
|
|
|
- const customers = ['曹魏', '江东', '蜀汉'];
|
|
|
- const contacts = ['曹操', '曹仁', '曹嵩', '曹英', '曹爽', '曹昂', '曹真', '曹丕', '曹植', '曹彰', '曹冲', '曹髦', '曹睿', '曹芳'];
|
|
|
- const inboundTypes = ['采购入库', '退货入库', '其他入库'];
|
|
|
- const tags = ['待入库', '已入库'];
|
|
|
-
|
|
|
- this.tableData = [];
|
|
|
- for (let i = 0; i < 20; i++) {
|
|
|
- const manager = managers[i % managers.length];
|
|
|
- const customer = customers[i % customers.length];
|
|
|
- const contact = contacts[i % contacts.length];
|
|
|
- const inboundType = inboundTypes[i % inboundTypes.length];
|
|
|
- const tag= tags[i % tags.length];
|
|
|
- this.tableData.push({
|
|
|
- dataNo: `KH${String(i + 1).padStart(5, '0')}`,
|
|
|
- outWarehouseType: inboundType,
|
|
|
- outWarehouseStaff: manager,
|
|
|
- cusId: customer,
|
|
|
- seller: customer,
|
|
|
- tagObject: {tag},
|
|
|
- contactName: contact,
|
|
|
- objPhone: '13800138000',
|
|
|
- outWarehouseDate: '2025-05-28',
|
|
|
- weight: '2000',
|
|
|
- remarks: `备注${i + 1}`,
|
|
|
- inWarehouseType: inboundType,
|
|
|
- inWarehouseStaff: manager,
|
|
|
- supplier: customer,
|
|
|
- buyer: customer,
|
|
|
- inWarehouseDate: '2025-05-28',
|
|
|
- goodsOwner: contact,
|
|
|
- cooperationPartner: '江东',
|
|
|
- });
|
|
|
+ this.tableData = Array.from({length: 20}, (_, index) => ({
|
|
|
+ dataNo: `AB${String(index + 1).padStart(5, '0')}`,
|
|
|
+ outWarehouseType: ['采购入库', '退货入库', '其他入库'][index % 3],
|
|
|
+ outWarehouseStaff: `员工${index + 1}`,// Path: react-ts-playground/src/components/atoms/Button/Button.stories.tsx
|
|
|
+ cusId: `客户${index + 1}`,
|
|
|
+ seller: `卖方${index + 1}`,
|
|
|
+ contactName: `联系人${index + 1}`,
|
|
|
+ objPhone: `电话${index + 1}`,
|
|
|
+ outWarehouseDate: `2025-05-${String(index + 1).padStart(2, '0')}`,
|
|
|
+ weight: `${Math.floor(Math.random() * 100) + 1}`, // 1 - 100 随机数
|
|
|
+ tagObject:{tag:['待出库', '已出库'][index % 2],color:['blue', 'green'][index % 2]},
|
|
|
+ remarks: `备注${index + 1}`,
|
|
|
+ }))
|
|
|
this.formData = Array.from({length: 20}, (_, index) => ({
|
|
|
dataNo: `AB${String(index + 1).padStart(5, '0')}`,
|
|
|
category: `品类${index + 1}`,
|
|
|
@@ -267,396 +235,8 @@ export default {
|
|
|
unit: ['吨', '件', '箱'][index % 3],
|
|
|
remarks: `备注${index + 1}`
|
|
|
}));
|
|
|
- }
|
|
|
+
|
|
|
},
|
|
|
- // initData() {
|
|
|
- // this.tableData = [
|
|
|
- //
|
|
|
- //
|
|
|
- //
|
|
|
- // {
|
|
|
- // dataNo: '00001',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '张经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹操',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: true,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹操',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // dataNo: '00002',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '李经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹仁',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: false,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹仁',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // dataNo: '00003',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '赵经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹嵩',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: false,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹嵩',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // dataNo: '00004',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '胡经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹英',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: false,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹英',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // dataNo: '00005',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '张经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹爽',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: false,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹爽',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // dataNo: '00006',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '李经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹昂',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: false,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹昂',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // dataNo: '00007',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '赵经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹真',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: false,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹真',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // dataNo: '00008',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '胡经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹丕',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: false,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹丕',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // dataNo: '00009',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '张经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹植',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: false,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹植',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // dataNo: '00010',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '李经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹彰',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: false,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹彰',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // dataNo: '00011',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '赵经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹冲',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: false,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹冲',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // dataNo: '00012',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '胡经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹髦',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: false,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹髦',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // dataNo: '00013',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '张经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹睿',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: false,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹睿',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // dataNo: '00014',
|
|
|
- // outWarehouseType: '采购入库',
|
|
|
- // outWarehouseStaff: '李经理',
|
|
|
- // cusId: '曹魏',
|
|
|
- // seller: '2025-05-28',
|
|
|
- // contactName: '曹芳',
|
|
|
- // objPhone: '13800138000',
|
|
|
- // outWarehouseDate: '2025-05-28',
|
|
|
- // weight: '2000',
|
|
|
- // flgValid: false,
|
|
|
- // remarks: '备注',
|
|
|
- // inWarehouseType: '采购入库',
|
|
|
- // inWarehouseStaff: '张经理',
|
|
|
- // supplier: '曹魏',
|
|
|
- // buyer: '曹魏',
|
|
|
- // inWarehouseDate: '2025-05-28',
|
|
|
- // goodsOwner: '曹芳',
|
|
|
- // cooperationPartner: '江东',
|
|
|
- // }
|
|
|
- // ]
|
|
|
- // this.formData = [
|
|
|
- // {
|
|
|
- // category: '品类1',
|
|
|
- // currentWarehouse: '仓库1',
|
|
|
- // code: '00001',
|
|
|
- // num: '100',
|
|
|
- // unit: '吨',
|
|
|
- // circularDie: '圆模1',
|
|
|
- // zceWarehouseReceipt: '郑交所仓单1',
|
|
|
- // remarks: '备注1',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // category: '品类2',
|
|
|
- // currentWarehouse: '仓库2',
|
|
|
- // code: '00002',
|
|
|
- // num: '200',
|
|
|
- // unit: '吨',
|
|
|
- // circularDie: '圆模2',
|
|
|
- // zceWarehouseReceipt: '郑交所仓单2',
|
|
|
- // remarks: '备注2',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // category: '品类3',
|
|
|
- // currentWarehouse: '仓库3',
|
|
|
- // code: '00003',
|
|
|
- // num: '300',
|
|
|
- // unit: '吨',
|
|
|
- // circularDie: '圆模3',
|
|
|
- // zceWarehouseReceipt: '郑交所仓单3',
|
|
|
- // remarks: '备注3',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // category: '品类4',
|
|
|
- // currentWarehouse: '仓库4',
|
|
|
- // code: '00004',
|
|
|
- // num: '400',
|
|
|
- // unit: '吨',
|
|
|
- // circularDie: '圆模4',
|
|
|
- // zceWarehouseReceipt: '郑交所仓单4',
|
|
|
- // remarks: '备注4',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // category: '品类5',
|
|
|
- // currentWarehouse: '仓库5',
|
|
|
- // code: '00005',
|
|
|
- // num: '500',
|
|
|
- // unit: '吨',
|
|
|
- // circularDie: '圆模5',
|
|
|
- // zceWarehouseReceipt: '郑交所仓单5',
|
|
|
- // remarks: '备注5',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // category: '品类6',
|
|
|
- // currentWarehouse: '仓库6',
|
|
|
- // code: '00006',
|
|
|
- // num: '600',
|
|
|
- // unit: '吨',
|
|
|
- // circularDie: '圆模6',
|
|
|
- // zceWarehouseReceipt: '郑交所仓单6',
|
|
|
- // remarks: '备注6',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // category: '品类7',
|
|
|
- // currentWarehouse: '仓库7',
|
|
|
- // code: '00007',
|
|
|
- // num: '700',
|
|
|
- // unit: '吨',
|
|
|
- // circularDie: '圆模7',
|
|
|
- // zceWarehouseReceipt: '郑交所仓单7',
|
|
|
- // remarks: '备注7',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // category: '品类8',
|
|
|
- // currentWarehouse: '仓库8',
|
|
|
- // code: '00008',
|
|
|
- // num: '800',
|
|
|
- // unit: '吨',
|
|
|
- // circularDie: '圆模8',
|
|
|
- // zceWarehouseReceipt: '郑交所仓单8',
|
|
|
- // remarks: '备注8',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // category: '品类9',
|
|
|
- // currentWarehouse: '仓库9',
|
|
|
- // code: '00009',
|
|
|
- // num: '900',
|
|
|
- // unit: '吨',
|
|
|
- // circularDie: '圆模9',
|
|
|
- // zceWarehouseReceipt: '郑交所仓单9',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // category: '品类10',
|
|
|
- // currentWarehouse: '仓库10',
|
|
|
- // code: '00010',
|
|
|
- // num: '1000',
|
|
|
- // unit: '吨',
|
|
|
- // circularDie: '圆模10',
|
|
|
- // zceWarehouseReceipt: '郑交所仓单10',
|
|
|
- // remarks: '备注10',
|
|
|
- // }
|
|
|
- // ]
|
|
|
- // },
|
|
|
|
|
|
|
|
|
},
|