Commit 7fd2f0db authored by 吴春's avatar 吴春

1

parent 3f8cd590
......@@ -865,6 +865,13 @@
<el-input class="w200" v-model="msg.Remark"></el-input>
</span>
</li>
<li v-if="msg.Conditon==1">
<span>
<em>只看待上传发票的</em>
<el-switch v-model="msg.InvoiceState" active-value="true" inactive-value="false">
</el-switch>
</span>
</li>
</template>
</ul>
</div>
......@@ -1435,7 +1442,8 @@
UpdateBy: "",
Sort: "2",
IsSpecial: 0,
Remark: ""
Remark: "",
InvoiceState:false,
},
getCompanyMsg: {
// 公司
......@@ -2280,6 +2288,7 @@
if (!this.msg.Conditon) this.msg.Conditon = 1;
if (!this.msg.TradeWay) this.msg.TradeWay = 0;
if (!this.msg.AccountType) this.msg.AccountType = 0;
this.apipost(
"Financial_post_GetPageList",
this.msg,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment