Commit 2c3ee94d authored by 吴春's avatar 吴春
parents 8bc84eac b6918424
...@@ -5486,13 +5486,6 @@ ...@@ -5486,13 +5486,6 @@
this.addMsg.CommissionShareMoney = "0"; this.addMsg.CommissionShareMoney = "0";
}, },
saveOrder() { saveOrder() {
// 判断单团类型
if (this.addMsg.GroupType == 2) {
// if (this.addMsg.QuotationUrl == "") {
// this.Error(this.$t('objFill.v101.FinancialModule.qingscfj'));
// return;
// }
}
// 选择联运,联运备注必填 // 选择联运,联运备注必填
if (this.addMsg.IsIntermodal == 1 || this.addMsg.IsReturnIntermodal == 1) { if (this.addMsg.IsIntermodal == 1 || this.addMsg.IsReturnIntermodal == 1) {
if (!this.addMsg.UnionRemark) { if (!this.addMsg.UnionRemark) {
......
...@@ -1252,7 +1252,7 @@ ...@@ -1252,7 +1252,7 @@
</template> </template>
</table> </table>
<font style="color:red;font-weight:bold;cursor:pointer;" slot="reference"> <font style="color:red;font-weight:bold;cursor:pointer;" slot="reference">
{{subItem.ChangeNum>0?'+':'-'}}{{subItem.ChangeNum}}</font> {{subItem.ChangeNum>0?'+':''}}{{subItem.ChangeNum}}</font>
</el-popover> </el-popover>
</template> </template>
</td> </td>
......
...@@ -858,7 +858,7 @@ ...@@ -858,7 +858,7 @@
</template> </template>
</table> </table>
<font style="color:red;font-weight:bold;cursor:pointer;" slot="reference"> <font style="color:red;font-weight:bold;cursor:pointer;" slot="reference">
{{subItem.ChangeNum>0?'+':'-'}}{{subItem.ChangeNum}}</font> {{subItem.ChangeNum>0?'+':''}}{{subItem.ChangeNum}}</font>
</el-popover> </el-popover>
</template> </template>
</td> </td>
......
This diff is collapsed.
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