初次对接
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</template>
|
||||
</avue-crud>
|
||||
<div class="btnList">
|
||||
<el-button type="primary" @click="batchAddInvoiceOrderFun">生成通知单</el-button>
|
||||
<el-button type="primary" @click="batchAddInvoiceOrderFun">确定</el-button>
|
||||
</div>
|
||||
</el-dialog>
|
||||
</template>
|
||||
@@ -65,32 +65,38 @@ const state = reactive({
|
||||
searchMenuSpan: 6,
|
||||
addBtn: false,
|
||||
column: [
|
||||
{ label: computed(() => t('message.list.MaterialCode')), prop: 'materialCode', width: 200 },
|
||||
{ label: computed(() => t('message.list.MaterialName')), prop: 'materialName', width: 200 },
|
||||
{ label: computed(() => t('message.list.Specification')), prop: 'specificationModel', width: 200 },
|
||||
{ label: computed(() => t('message.list.PurchaseUnit')), prop: 'FUnitId', width: 200 },
|
||||
{ label: '采购数量', prop: 'qty', width: 200 },
|
||||
{ label: '处理中数量', prop: 'processingQty', width: 200 },
|
||||
{ label: '已发货数量', prop: 'sendedQty', width: 200 },
|
||||
{ label: '未发货数量', prop: 'notSendQty', width: 200 },
|
||||
{ label: '本次发货数量', prop: 'nowSendQty', width: 200,fixed:true },
|
||||
{ label: computed(() => t('message.list.UP')), prop: 'amount1', width: 200 },
|
||||
{ label: computed(() => t('message.list.TotalAmount')), prop: 'amount2', width: 200 },
|
||||
{ label: computed(() => t('message.list.AccumulatedReceiptQTY')), prop: 'FReceiveQty', width: 200 },
|
||||
{ label: computed(() => t('message.list.TaxAmount')), prop: 'taxAmount', width: 200 },
|
||||
{ label: computed(() => t('message.list.CommittedDeliveryDate')), prop: 'chengNuoJiaoQi',
|
||||
width: 200, type: 'datetime', searchSpan: 12, searchRange: true, searchLabelWidth: 150,fixed:true },
|
||||
{
|
||||
label: computed(() => t('message.list.LatestCommittedDeliveryDate')),
|
||||
prop: 'newChengNuoJiaoQi',
|
||||
width: 200,
|
||||
type: 'datetime',
|
||||
searchSpan: 12,
|
||||
searchRange: true,
|
||||
searchLabelWidth: 150,
|
||||
fixed:true
|
||||
},
|
||||
{ label: computed(() => t('message.list.Comments2')), prop: 'remark', width: 200 },
|
||||
{ label: 'PO号', prop: 'materialCode', },
|
||||
{ label: '物料编码', prop: 'materialCode', },
|
||||
{ label: '物料名称', prop: 'materialCode', },
|
||||
{ label: '采购单位', prop: 'materialCode', },
|
||||
{ label: '本次发货数量', prop: 'materialCode', },
|
||||
{ label: '采购数量', prop: 'materialCode', },
|
||||
{ label: '已发货数量', prop: 'materialCode', },
|
||||
// { label: computed(() => t('message.list.MaterialName')), prop: 'materialName', },
|
||||
// { label: computed(() => t('message.list.Specification')), prop: 'specificationModel', },
|
||||
// { label: computed(() => t('message.list.PurchaseUnit')), prop: 'FUnitId', },
|
||||
// { label: '采购数量', prop: 'qty', },
|
||||
// { label: '处理中数量', prop: 'processingQty', },
|
||||
// { label: '已发货数量', prop: 'sendedQty', },
|
||||
// { label: '未发货数量', prop: 'notSendQty', },
|
||||
// { label: '本次发货数量', prop: 'nowSendQty', ,fixed:true },
|
||||
// { label: computed(() => t('message.list.UP')), prop: 'amount1', },
|
||||
// { label: computed(() => t('message.list.TotalAmount')), prop: 'amount2', },
|
||||
// { label: computed(() => t('message.list.AccumulatedReceiptQTY')), prop: 'FReceiveQty', },
|
||||
// { label: computed(() => t('message.list.TaxAmount')), prop: 'taxAmount', },
|
||||
// { label: computed(() => t('message.list.CommittedDeliveryDate')), prop: 'chengNuoJiaoQi',
|
||||
// , type: 'datetime', searchSpan: 12, searchRange: true, searchLabelWidth: 150,fixed:true },
|
||||
// {
|
||||
// label: computed(() => t('message.list.LatestCommittedDeliveryDate')),
|
||||
// prop: 'newChengNuoJiaoQi',
|
||||
// ,
|
||||
// type: 'datetime',
|
||||
// searchSpan: 12,
|
||||
// searchRange: true,
|
||||
// searchLabelWidth: 150,
|
||||
// fixed:true
|
||||
// },
|
||||
// { label: computed(() => t('message.list.Comments2')), prop: 'remark', },
|
||||
],
|
||||
},
|
||||
topId: '',
|
||||
|
||||
Reference in New Issue
Block a user