|
@@ -61,60 +61,18 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
|
- <!-- <a-col :md="6" :sm="8">
|
|
|
- <a-form-model-item label="pack id" prop="packId">
|
|
|
- <a-input placeholder="请输入pack id" v-model="addShipDet.packId"></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </a-col> -->
|
|
|
-
|
|
|
- <!-- <a-col :md="6" :sm="8">
|
|
|
- <a-form-model-item label="分销点" prop="distributionPoint">
|
|
|
- <a-input placeholder="请输入分销点" v-model="addShipDet.distributionPoint"></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </a-col> -->
|
|
|
-
|
|
|
- <!-- <a-col :md="6" :sm="8">
|
|
|
- <a-form-model-item label="数量" prop="todo">
|
|
|
- <a-input placeholder="合计" v-model="addShipDet.todo"></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </a-col> -->
|
|
|
-
|
|
|
- <!-- <a-col :md="6" :sm="8">
|
|
|
- <a-form-model-item label="单价" prop="salesUnitPrice">
|
|
|
- <a-input placeholder="销售" v-model="addShipDet.salesUnitPrice"></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </a-col> -->
|
|
|
-
|
|
|
- <!-- <a-col :md="6" :sm="8">
|
|
|
- <a-form-model-item label="采购/委外订单号" prop="purOrSubOrder">
|
|
|
- <a-input placeholder="请输入采购/委外订单号" v-model="addShipDet.purOrSubOrder"></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </a-col> -->
|
|
|
-
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="订单类型" prop="orderType">
|
|
|
<a-input placeholder="请输入订单类型" v-model="addShipDet.orderType"></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
|
- <!-- <a-col :md="6" :sm="8">
|
|
|
- <a-form-model-item label="工厂单价" prop="factoryUnitPrice">
|
|
|
- <a-input placeholder="采购/委外单价" v-model="addShipDet.factoryUnitPrice"></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </a-col> -->
|
|
|
-
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="HScode" prop="hsCode">
|
|
|
<a-input placeholder="HScode" v-model="addShipDet.hsCode"></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
|
- <!-- <a-col :md="6" :sm="8">
|
|
|
- <a-form-model-item label="套装件数" prop="numberOfSets">
|
|
|
- <a-input placeholder="存货自定义项" v-model="addShipDet.numberOfSets"></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </a-col> -->
|
|
|
-
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="中文品名" prop="chineseName">
|
|
|
<a-input placeholder="请输入中文品名" v-model="addShipDet.chineseName"></a-input>
|
|
@@ -144,11 +102,6 @@
|
|
|
<a-input placeholder="整单合计" v-model="addShipDet.wholeOrderTotal"></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
- <!-- <a-col :md="6" :sm="8">
|
|
|
- <a-form-model-item label="报关单价" prop="customsDeclarationUnitPrice">
|
|
|
- <a-input placeholder="请输入报关单价" v-model="addShipDet.customsDeclarationUnitPrice"></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </a-col> -->
|
|
|
|
|
|
<!-- U8系统适用 -->
|
|
|
<a-col :md="12" :sm="12">
|
|
@@ -248,18 +201,38 @@
|
|
|
<a-input style="width:100%" type="text" v-model="record.declarationElements" />
|
|
|
</a-form-model-item>
|
|
|
</template>
|
|
|
- <!-- 中文品名 :rules="rules.chineseName"-->
|
|
|
- <!-- <template slot="chineseName" slot-scope="text, record, index">
|
|
|
- <a-form-model-item prop="chineseName">
|
|
|
- <a-input style="width:100%" type="text" v-model="record.chineseName" />
|
|
|
+
|
|
|
+ <!--处理方式 -->
|
|
|
+ <template slot="treatmentMethod" slot-scope="text, record, index">
|
|
|
+ <a-form-model-item prop="treatmentMethod">
|
|
|
+ <a-input style="width:100%" type="text" v-model="record.treatmentMethod" />
|
|
|
</a-form-model-item>
|
|
|
- </template> -->
|
|
|
- <!-- 英文品名 :rules="rules.englishName"-->
|
|
|
- <!-- <template slot="englishName" slot-scope="text, record, index">
|
|
|
- <a-form-model-item prop="englishName">
|
|
|
- <a-input style="width:100%" type="text" v-model="record.englishName" />
|
|
|
+ </template>
|
|
|
+
|
|
|
+ <!--是否手册纱 -->
|
|
|
+ <template slot="manualYarnFlag" slot-scope="text, record, index">
|
|
|
+ <a-form-model-item prop="manualYarnFlag">
|
|
|
+ <a-select v-model="record.manualYarnFlag">
|
|
|
+ <a-select-option value="">请选择</a-select-option>
|
|
|
+ <a-select-option :value="1">是</a-select-option>
|
|
|
+ <a-select-option :value="0">否</a-select-option>
|
|
|
+ </a-select>
|
|
|
+ </a-form-model-item>
|
|
|
+ </template>
|
|
|
+
|
|
|
+ <!--手册纱单价 -->
|
|
|
+ <template slot="manualYarnUnitPrice" slot-scope="text, record, index">
|
|
|
+ <a-form-model-item prop="manualYarnUnitPrice">
|
|
|
+ <a-input style="width:100%" type="text" v-model="record.manualYarnUnitPrice" />
|
|
|
</a-form-model-item>
|
|
|
- </template> -->
|
|
|
+ </template>
|
|
|
+
|
|
|
+ <!--手册纱占比 -->
|
|
|
+ <template slot="manualYarnProportion" slot-scope="text, record, index">
|
|
|
+ <a-form-model-item prop="manualYarnProportion">
|
|
|
+ <a-input style="width:100%" type="text" v-model="record.manualYarnProportion" />
|
|
|
+ </a-form-model-item>
|
|
|
+ </template>
|
|
|
|
|
|
<!-- 操作 -->
|
|
|
<template slot="operationSlot" slot-scope="text, record, index">
|
|
@@ -579,21 +552,7 @@ export default {
|
|
|
scopedSlots: { customRender: 'declarationElements' },
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- // {
|
|
|
- // title: '中文品名',
|
|
|
- // dataIndex: 'chineseName',
|
|
|
- // width: 160,
|
|
|
- // scopedSlots: { customRender: 'chineseName' },
|
|
|
- // className: 'replacecolor'
|
|
|
- // },
|
|
|
|
|
|
- // {
|
|
|
- // title: '英文品名',
|
|
|
- // dataIndex: 'englishName',
|
|
|
- // width: 160,
|
|
|
- // scopedSlots: { customRender: 'englishName' },
|
|
|
- // className: 'replacecolor'
|
|
|
- // },
|
|
|
{
|
|
|
title: '价格备注',
|
|
|
dataIndex: 'priceRemarks',
|
|
@@ -611,15 +570,39 @@ export default {
|
|
|
{
|
|
|
title: '订单子表ID',
|
|
|
dataIndex: 'syOrderDataItemId',
|
|
|
- width: 80,
|
|
|
+ width: 160,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
- title: '订单主表ID',
|
|
|
- dataIndex: 'syOrderDataId',
|
|
|
- width: 80,
|
|
|
+ title: '处理方式',
|
|
|
+ dataIndex: 'treatmentMethod',
|
|
|
+ width: 160,
|
|
|
+ scopedSlots: { customRender: 'treatmentMethod' },
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '是否手册纱',
|
|
|
+ dataIndex: 'manualYarnFlag',
|
|
|
+ width: 100,
|
|
|
+ scopedSlots: { customRender: 'manualYarnFlag' },
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '手册纱单价',
|
|
|
+ dataIndex: 'manualYarnUnitPrice',
|
|
|
+ width: 160,
|
|
|
+ scopedSlots: { customRender: 'manualYarnUnitPrice' },
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '手册纱占比',
|
|
|
+ dataIndex: 'manualYarnProportion',
|
|
|
+ width: 120,
|
|
|
+ scopedSlots: { customRender: 'manualYarnProportion' },
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
+
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'operation',
|