| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- <template>
- <view class="jnpf-wrap jnpf-wrap-workflow">
- <u-form :model="dataForm" :rules="rules" ref="dataForm" :errorType="['toast']" label-position="left"
- label-width="150" label-align="left">
- <view class="u-p-l-20 u-p-r-20 form-item-box">
- <u-form-item label="流程标题" prop="flowTitle" :required="requiredList.flowTitle"
- v-if="judgeShow('flowTitle')">
- <u-input v-model="dataForm.flowTitle" placeholder="流程标题" :disabled="judgeWrite('flowTitle')"
- input-align="right"></u-input>
- </u-form-item>
- <u-form-item label="流程编码" prop="billNo" v-if="judgeShow('billNo')" :required="requiredList.billNo">
- <u-input v-model="dataForm.billNo" placeholder="流程编码" disabled input-align="right"></u-input>
- </u-form-item>
- </view>
- <view class="jnpf-card">
- <view class="u-p-l-20 u-p-r-20 form-item-box">
- <u-form-item label="客户名称" prop="customerName" v-if="judgeShow('customerName')"
- :required="requiredList.customerName">
- <u-input v-model="dataForm.customerName" placeholder="请输入客户名称"
- :disabled="judgeWrite('customerName')" input-align="right"></u-input>
- </u-form-item>
- <u-form-item label="联系人员" prop="contacts" v-if="judgeShow('contacts')"
- :required="requiredList.contacts">
- <u-input v-model="dataForm.contacts" placeholder="请输入联系人员" :disabled="judgeWrite('contacts')"
- input-align="right">
- </u-input>
- </u-form-item>
- <u-form-item label="开单日期" prop="salesDate" v-if="judgeShow('salesDate')"
- :required="requiredList.salesDate">
- <JnpfDatePicker type="datetime" v-model="dataForm.salesDate" placeholder="请输入开单日期"
- :disabled="judgeWrite('salesDate')" />
- </u-form-item>
- <u-form-item label="联系电话" prop="contactPhone" v-if="judgeShow('contactPhone')"
- :required="requiredList.contactPhone">
- <u-input v-model="dataForm.contactPhone" placeholder="请输入联系电话"
- :disabled="judgeWrite('contactPhone')" input-align="right"></u-input>
- </u-form-item>
- <u-form-item label="客户地址" prop="customerAddres" v-if="judgeShow('customerAddres')"
- :required="requiredList.customerAddres">
- <u-input v-model="dataForm.customerAddres" placeholder="输入送客户地址"
- :disabled="judgeWrite('customerAddres')" input-align="right"></u-input>
- </u-form-item>
- <u-form-item label="业务人员" prop="salesman" v-if="judgeShow('salesman')"
- :required="requiredList.salesman">
- <u-input v-model="dataForm.salesman" placeholder="输入业务人员" :disabled="judgeWrite('salesman')"
- input-align="right">
- </u-input>
- </u-form-item>
- <u-form-item label="发票编号" prop="ticketNum" v-if="judgeShow('ticketNum')"
- :required="requiredList.ticketNum">
- <u-input v-model="dataForm.ticketNum" placeholder="输入发票编号" :disabled="judgeWrite('ticketNum')"
- input-align="right">
- </u-input>
- </u-form-item>
- <u-form-item label="发票类型" prop="invoiceType" v-if="judgeShow('invoiceType')"
- :required="requiredList.invoiceType">
- <JnpfSelect v-model="dataForm.invoiceType" placeholder="请选择发票类型" :options="invoiceTypeList"
- :disabled="judgeWrite('invoiceType')" />
- </u-form-item>
- <u-form-item label="付款方式" prop="paymentMethod" v-if="judgeShow('paymentMethod')"
- :required="requiredList.paymentMethod">
- <u-input v-model="dataForm.paymentMethod" placeholder="请输入付款方式" input-align="right"
- :disabled="judgeWrite('paymentMethod')">
- </u-input>
- </u-form-item>
- <u-form-item label="付款金额" prop="paymentMoney" v-if="judgeShow('paymentMoney')"
- :required="requiredList.paymentMoney">
- <u-input v-model="dataForm.paymentMoney" placeholder="输入付款金额"
- :disabled="judgeWrite('paymentMoney')" input-align="right"></u-input>
- </u-form-item>
- <!-- #ifndef APP-HARMONY -->
- <u-form-item label="相关附件" prop="fileJson" v-if="judgeShow('fileJson')"
- :required="requiredList.fileJson">
- <JnpfUploadFile v-model="fileList" :disabled="judgeWrite('fileJson')" />
- </u-form-item>
- <!-- #endif -->
- <u-form-item label="开单备注" prop="description" v-if="judgeShow('description')"
- :required="requiredList.description">
- <u-input v-model="dataForm.description" placeholder="输入开单备注" type="textarea"
- :disabled="judgeWrite('description')" input-align="right"></u-input>
- </u-form-item>
- </view>
- </view>
- <view class="jnpf-table" v-if="judgeShow('entryList')">
- <view class="jnpf-table-item-title u-flex u-row-between">
- <text class="jnpf-table-item-title-num">销售明细</text>
- </view>
- <view class="jnpf-table-item" v-for="(item,i) in dataForm.entryList" :key="i">
- <view class="jnpf-table-item-title u-flex u-row-between">
- <text class="jnpf-table-item-title-num">({{i+1}})</text>
- <view class="jnpf-table-delete-btn" v-if="!judgeWrite('entryList')" @click="delItem(i)">
- 删除
- </view>
- </view>
- <view class="u-p-l-20 u-p-r-20 form-item-box">
- <u-form-item label="商品名称" prop="dataForm.entryList[i].goodsName"
- v-if="judgeShow('entryList-goodsName')" :required="requiredList['entryList-goodsName']">
- <u-input v-model="dataForm.entryList[i].goodsName" placeholder="请输入商品名称"
- :disabled="judgeWrite('entryList-goodsName')" input-align="right"></u-input>
- </u-form-item>
- <u-form-item label="规格类型" prop="dataForm.entryList[i].specifications"
- v-if="judgeShow('entryList-specifications')"
- :required="requiredList['entryList-specifications']">
- <u-input v-model="dataForm.entryList[i].specifications" placeholder="请输入规格类型"
- :disabled="judgeWrite('entryList-specifications')" input-align="right"></u-input>
- </u-form-item>
- <u-form-item label="单位" prop="dataForm.entryList[i].unit" v-if="judgeShow('entryList-unit')"
- :required="requiredList['entryList-unit']">
- <u-input v-model="dataForm.entryList[i].unit" placeholder="请输入单位"
- :disabled="judgeWrite('entryList-unit')" input-align="right"></u-input>
- </u-form-item>
- <u-form-item label="数量" prop="dataForm.entryList[i].qty" v-if="judgeShow('entryList-qty')"
- :required="requiredList['entryList-qty']">
- <u-input v-model="dataForm.entryList[i].qty" placeholder="请输入数量" type="number"
- input-align="right" @input="count(dataForm.entryList[i])"
- :disabled="judgeWrite('entryList-qty')"></u-input>
- </u-form-item>
- <u-form-item label="单价" prop="dataForm.entryList[i].price" v-if="judgeShow('entryList-price')"
- :required="requiredList['entryList-price']">
- <u-input v-model="dataForm.entryList[i].price" placeholder="请输入单价" type="number"
- @input="count(dataForm.entryList[i])" input-align="right"
- :disabled="judgeWrite('entryList-price')"></u-input>
- </u-form-item>
- <u-form-item label="金额" prop="dataForm.entryList[i].amount" v-if="judgeShow('entryList-amount')"
- :required="requiredList['entryList-amount']">
- <u-input v-model="dataForm.entryList[i].amount" type="number" placeholder="请输入金额" disabled
- input-align="right"></u-input>
- </u-form-item>
- <u-form-item label="备注" prop="dataForm.entryList[i].description"
- v-if="judgeShow('entryList-description')" :required="requiredList['entryList-description']">
- <u-input v-model="dataForm.entryList[i].description" placeholder="请输入备注" type="textarea"
- :disabled="judgeWrite('entryList-description')" input-align="right"></u-input>
- </u-form-item>
- </view>
- </view>
- <view class="jnpf-table-addBtn" @click="addItem" v-if="!judgeWrite('entryList')">
- <u-icon name="plus" color="#2979ff"></u-icon>添加
- </view>
- </view>
- </u-form>
- </view>
- </template>
- <script>
- import comMixin from '../mixin'
- export default {
- name: 'SalesOrder',
- mixins: [comMixin],
- data() {
- return {
- billEnCode: 'WF_SalesOrderNo',
- dataForm: {
- flowTitle: '',
- billNo: '',
- flowUrgent: 1,
- customerAddres: '',
- contactPhone: '',
- description: '',
- fileJson: '',
- salesman: '',
- paymentMoney: undefined,
- paymentMethod: '',
- invoiceType: '',
- salesDate: undefined,
- contacts: '',
- customerName: '',
- entryList: []
- },
- invoiceTypeList: [{
- fullName: "普通发票",
- id: "普通发票",
- checked: false
- },
- {
- fullName: "专业发票",
- id: "专业发票",
- checked: false
- },
- {
- fullName: "其他",
- id: "其他",
- checked: false
- }
- ],
- rules: {
- flowTitle: [{
- required: true,
- message: '流程标题不能为空',
- trigger: 'blur'
- }],
- flowUrgent: [{
- required: true,
- message: '紧急程度不能为空',
- trigger: 'change',
- type: 'number'
- }],
- billNo: [{
- required: true,
- message: '流程编码不能为空',
- trigger: 'blur',
- }],
- salesDate: [{
- required: true,
- message: '开单日期不能为空',
- trigger: 'change',
- type: 'number'
- }]
- },
- }
- },
- methods: {
- selfInit(data) {
- this.dataForm.flowTitle = this.userInfo.userName + "的销售订单";
- },
- /* 添加子表 */
- addItem() {
- const item = {
- goodsName: '',
- specifications: '',
- unit: '',
- qty: undefined,
- price: undefined,
- amount: undefined,
- description: ''
- }
- this.dataForm.entryList.push(item)
- },
- /* 删除子表 */
- delItem(index) {
- uni.showModal({
- title: '提示',
- content: '确定删除销售明细(' + (index + 1) + ')?',
- success: (res) => {
- if (res.confirm) {
- this.dataForm.entryList.splice(index, 1)
- }
- }
- })
- },
- /* 计算价格 */
- count(row) {
- //金额 = 数量*单价
- row.amount = this.jnpf.toDecimal(parseFloat(row.price) * parseFloat(row.qty))
- //折扣价 = (单价*折扣)
- var discountPrice = row.price * (row.discount / 100);
- //实际单价 = 折扣价 * (1 + (税率 / 100))
- row.actualPrice = this.jnpf.toDecimal(discountPrice * (1 + (row.cess / 100)));
- //实际金额
- row.actualAmount = this.jnpf.toDecimal(parseFloat(row.actualPrice) * parseFloat(row
- .qty))
- this.$forceUpdate()
- },
- }
- }
- </script>
- <style>
- </style>
|