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

1

parent 3f8cd590
...@@ -865,6 +865,13 @@ ...@@ -865,6 +865,13 @@
<el-input class="w200" v-model="msg.Remark"></el-input> <el-input class="w200" v-model="msg.Remark"></el-input>
</span> </span>
</li> </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> </template>
</ul> </ul>
</div> </div>
...@@ -1435,7 +1442,8 @@ ...@@ -1435,7 +1442,8 @@
UpdateBy: "", UpdateBy: "",
Sort: "2", Sort: "2",
IsSpecial: 0, IsSpecial: 0,
Remark: "" Remark: "",
InvoiceState:false,
}, },
getCompanyMsg: { getCompanyMsg: {
// 公司 // 公司
...@@ -2280,6 +2288,7 @@ ...@@ -2280,6 +2288,7 @@
if (!this.msg.Conditon) this.msg.Conditon = 1; if (!this.msg.Conditon) this.msg.Conditon = 1;
if (!this.msg.TradeWay) this.msg.TradeWay = 0; if (!this.msg.TradeWay) this.msg.TradeWay = 0;
if (!this.msg.AccountType) this.msg.AccountType = 0; if (!this.msg.AccountType) this.msg.AccountType = 0;
this.apipost( this.apipost(
"Financial_post_GetPageList", "Financial_post_GetPageList",
this.msg, 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