|
@@ -165,7 +165,7 @@
|
|
|
<a-button :disabled="title==='编辑'" style="width: 30%" type="primary" @click="handleSbSelect">选择</a-button>
|
|
|
</a-form-item>
|
|
|
</row-item>
|
|
|
- <row-item >
|
|
|
+ <!-- <row-item >
|
|
|
<a-form-item
|
|
|
label="关联项目"
|
|
|
:labelCol="BaseTool.Constant.labelCol"
|
|
@@ -182,7 +182,7 @@
|
|
|
>
|
|
|
</a-tree-select>
|
|
|
</a-form-item>
|
|
|
- </row-item>
|
|
|
+ </row-item> -->
|
|
|
<!-- <row-item >
|
|
|
<a-form-item
|
|
|
label="物资描述"
|
|
@@ -193,7 +193,7 @@
|
|
|
v-decorator="['cdefine11', { rules: [{required: true, message: '物资描述不能为空'}]}]"/>
|
|
|
</a-form-item>
|
|
|
</row-item> -->
|
|
|
- <row-item >
|
|
|
+ <!-- <row-item >
|
|
|
<a-form-item
|
|
|
label="物料简述"
|
|
|
:labelCol="BaseTool.Constant.labelCol"
|
|
@@ -202,7 +202,7 @@
|
|
|
<a-textarea
|
|
|
v-decorator="['cdefine12', { rules: [{required: true, message: '物料简述不能为空'}]}]"/>
|
|
|
</a-form-item>
|
|
|
- </row-item>
|
|
|
+ </row-item> -->
|
|
|
</row-list>
|
|
|
</a-form>
|
|
|
</a-card>
|
|
@@ -365,18 +365,19 @@ export default {
|
|
|
width: 150,
|
|
|
scopedSlots: { customRender: 'funitprice' }
|
|
|
},
|
|
|
- {
|
|
|
- title: '申请数量',
|
|
|
- dataIndex: 'num',
|
|
|
- width: 150,
|
|
|
- scopedSlots: { customRender: 'num' }
|
|
|
- },
|
|
|
{
|
|
|
title: '税率',
|
|
|
dataIndex: 'ipertaxrate',
|
|
|
width: 150,
|
|
|
scopedSlots: { customRender: 'ipertaxrate' }
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '申请数量',
|
|
|
+ dataIndex: 'num',
|
|
|
+ width: 150,
|
|
|
+ scopedSlots: { customRender: 'num' }
|
|
|
+ },
|
|
|
+
|
|
|
{
|
|
|
title: '本币价税合计',
|
|
|
dataIndex: 'fmoney',
|