|
@@ -236,7 +236,7 @@
|
|
|
<vendor-modal ref="vendorModalForm" @ok="vendorModalFormOk"></vendor-modal>
|
|
|
<depot-modal ref="depotModalForm" @ok="depotModalFormOk"></depot-modal>
|
|
|
<batch-set-depot ref="batchSetDepotModalForm" @ok="batchSetDepotModalFormOk"></batch-set-depot>
|
|
|
- <import-item-modal ref="importItemModalForm" @ok="importItemModalFormOk"></import-item-modal>
|
|
|
+ <import-item-modal ref="importItemModalForm" @ok="importItemModalFormOk" exportTitle="其它入库导入模版[下载]"></import-item-modal>
|
|
|
<wait-bill-list ref="waitBillList" @ok="waitBillListOk"></wait-bill-list>
|
|
|
<workflow-iframe ref="modalWorkflow" @ok="workflowModalFormOk"></workflow-iframe>
|
|
|
<bill-print-iframe ref="modalPrint"></bill-print-iframe>
|
|
@@ -323,7 +323,7 @@ export default {
|
|
|
title: '生产日期',
|
|
|
key: 'productionDate',
|
|
|
width: '200px',
|
|
|
- type: FormTypes.datetime,
|
|
|
+ type: FormTypes.date,
|
|
|
validateRules: [{ required: true, message: '${title}不能为空' }],
|
|
|
},
|
|
|
{ title: '保质期', key: 'expiryNum', width: '120px', type: FormTypes.normal },
|
|
@@ -367,8 +367,8 @@ export default {
|
|
|
},
|
|
|
{ title: '单价', key: 'unitPrice', width: '120px', type: FormTypes.slot,validateRules: [{ required: true, message: '${title}不能为空' },{ pattern: /^(([0-9][0-9]*)|([0]\.\d{0,4}|[0-9][0-9]*\.\d{0,4}))$/, message: '金额格式不正确!' }], },
|
|
|
{ title: '金额', key: 'allPrice', width: '120px', type: FormTypes.inputNumber,readonly: true, statistics: true },
|
|
|
- { title: '入库差异', key: 'warehousingVariance', width: '120px', type: FormTypes.input },
|
|
|
- { title: '入库差异原因', key: 'reasonOfDifference', width: '120px', type: FormTypes.input },
|
|
|
+ { title: '入库差异', key: 'warehousingVariance', width: '120px', type: FormTypes.hidden },
|
|
|
+ { title: '入库差异原因', key: 'reasonOfDifference', width: '120px', type: FormTypes.hidden },
|
|
|
{
|
|
|
title: '入库人',
|
|
|
key: 'warehousingUser',
|